aboutsummaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/c.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/ftplugin/c.vim b/ftplugin/c.vim
index d4c9199..8b0f39a 100644
--- a/ftplugin/c.vim
+++ b/ftplugin/c.vim
@@ -1 +1,7 @@
1set number 1set number
2
3syntax match defines "\<[A-Z][A-Z0-9_]*\>"
4" syntax match cType "struct\s+[A-Za-z0-9_]+\>"
5" syn clear cStructure
6
7highlight! link defines Special
..