From 449c7d316d7176c0fe44bf570d18d013fe3f3272 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Wed, 31 Jan 2018 00:39:09 +0100 Subject: Added comment folding to C filetype this works by overruling some of the default settings, see :help mysyntaxfile-add* --- ftplugin/c.vim | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 ftplugin/c.vim (limited to 'ftplugin') 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 @@ -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 - -- cgit v1.2.3