aboutsummaryrefslogtreecommitdiff
path: root/ftplugin/c.vim
blob: 12ba001a9ebdc89ccf0b2007bd2597b7d726c126 (plain)
1
2
3
4
5
6
7
8
9
set number

syntax match Define "\<[A-Z][A-Z0-9_]*\>"
syntax match Todo "\/\/ @[A-Z]*\:.*$"

" syntax match cType "struct\s+[A-Za-z0-9_]+\>"
" syn clear cStructure
" highlight! link defines Special

..