summaryrefslogtreecommitdiffstats
path: root/.vim/c-support/rc/customization.ctags
blob: 323cbbc816914e6b0659700d457082c19d0ce189 (plain)
1
2
3
4
5
6
7
8

--regex-make=/^([^:# \t]+)[ \t]*:($|[^=]+)/\1/t,targets/
--regex-make=/^include[ \t]+(.+)/\1/i,includes/

--langdef=qmake
--langmap=qmake:+.pro
--regex-qmake=/^([[:upper:]_]+)/\1/t,SystemVariables/