aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/cff.vim1
1 files changed, 1 insertions, 0 deletions
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