diff options
Diffstat (limited to 'after')
-rw-r--r-- | after/syntax/c.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/after/syntax/c.vim b/after/syntax/c.vim index 9ffe0ae..f4b1de9 100644 --- a/after/syntax/c.vim +++ b/after/syntax/c.vim | |||
@@ -19,6 +19,7 @@ syn region cBlock start=/{/ end=/}/ transparent | |||
19 | " syn region myCComment start="/\*" end="\*/" fold keepend transparent | 19 | " syn region myCComment start="/\*" end="\*/" fold keepend transparent |
20 | 20 | ||
21 | 21 | ||
22 | |||
22 | " let b:current_syntax = "c" | 23 | " let b:current_syntax = "c" |
23 | " let g:polyglot_disabled = ['c/c++'] | 24 | " let g:polyglot_disabled = ['c/c++'] |
24 | " unlet s:ft | 25 | " unlet s:ft |