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