diff options
Diffstat (limited to 'after/syntax')
| -rw-r--r-- | after/syntax/c.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/after/syntax/c.vim b/after/syntax/c.vim index 75170cf..9ffe0ae 100644 --- a/after/syntax/c.vim +++ b/after/syntax/c.vim | |||
| @@ -15,8 +15,8 @@ syntax match Comment "//.*" contains=Todo | |||
| 15 | syn clear cBlock | 15 | syn clear cBlock |
| 16 | syn region cBlock start=/{/ end=/}/ transparent | 16 | syn region cBlock start=/{/ end=/}/ transparent |
| 17 | 17 | ||
| 18 | " multiple single line comments in a row | 18 | " multiple single line comments in a row " broken! |
| 19 | syn region myCComment start="/\*" end="\*/" fold keepend transparent | 19 | " syn region myCComment start="/\*" end="\*/" fold keepend transparent |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | " let b:current_syntax = "c" | 22 | " let b:current_syntax = "c" |
