From d1aaf316dc7ca6ea208eec8ab43eb64936829675 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 14 Aug 2022 07:27:35 +0200 Subject: fix --- misc/cff.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/cff.vim b/misc/cff.vim index 64e0914..3e0b3b8 100644 --- a/misc/cff.vim +++ b/misc/cff.vim @@ -33,4 +33,4 @@ syn region Character start=+'+ skip=+\\\\\|\\'+ end=+'+ extend 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 -- cgit v1.2.3