diff --git a/after/syntax/c.vim b/after/syntax/c.vim index 2e1be1c..f88aff4 100644 --- a/after/syntax/c.vim +++ b/after/syntax/c.vim @@ -32,8 +32,6 @@ if exists('g:c_doxygen') && g:c_doxygen endif " Match curly braces with cDelimiter highlight group -syn match cCurlyError "}" -syn region cBlock matchgroup=cDelimiter start="{" end="}" contains=ALLBUT,cBadBlock,cCurlyError,@cParenGroup,cErrInParen,cCppParen,cErrInBracket,cCppBracket,@cStringGroup,@Spell fold syn region cBlock matchgroup=cDelimiter start="{" end="}" transparent fold