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

syntax match defines "\<[A-Z][A-Z0-9_]*\>"
" syntax match cType "struct\s+[A-Za-z0-9_]+\>"
" syn clear cStructure

highlight! link defines Special
..