1
0
forked from aniani/vim

runtime(vim): fix syntax vim bug (Close #14858) (#14861)

Signed-off-by: h-east <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
h_east
2024-05-27 22:40:25 +09:00
committed by GitHub
parent 53387c55a1
commit c984b2fd9d
2 changed files with 5 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ syn keyword vimGroup contained Comment Constant String Character Number Boolean
" Default highlighting groups {{{2
" GEN_SYN_VIM: vimHLGroup, START_STR='syn keyword vimHLGroup contained', END_STR=''
syn match vimHLGroup contained "\<Conceal\>"
syn case match
" Function Names {{{2