diff options
Diffstat (limited to 'dot_vim/c-support/syntax/c.vim')
-rw-r--r-- | dot_vim/c-support/syntax/c.vim | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dot_vim/c-support/syntax/c.vim b/dot_vim/c-support/syntax/c.vim deleted file mode 100644 index 395e0d9..0000000 --- a/dot_vim/c-support/syntax/c.vim +++ /dev/null @@ -1,21 +0,0 @@ -"=================================================================================== -" -" FILE: c.vim -" DESCRIPTION: syntax file -" enable syntax based folding -" part of the c-support plugin -" -" AUTHOR: Dr.-Ing. Fritz Mehner -" EMAIL: mehner@fh-swf.de -" COMPANY: FH Südwestfalen, Iserlohn -" VERSION: 1.0 -" CREATED: 11.03.2006 -" REVISION: --- -"=================================================================================== -" -" fold C blocks -" -syn region cBlock start="{" end="}" transparent fold -set foldmethod=syntax -set foldlevel=999 - |