From 91c3058ed332378c80ee337a2d834dfc7a4407e6 Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 15 Aug 2022 07:29:04 +0200 Subject: syntax comment fix --- misc/cff.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/cff.vim b/misc/cff.vim index 49ab137..4b87313 100644 --- a/misc/cff.vim +++ b/misc/cff.vim @@ -34,3 +34,4 @@ syn region Comment start="//" end="$" syn region mComment start="#{" end="}" contains=mComment,mCommentBraces,String,Character syn region mCommentBraces contained start=+[^'"#]{+ end="}" contains=mCommentBraces,String hi link mComment Comment +hi link mCommentBraces Comment -- cgit v1.2.3