highlights(vim): add some more keywords

This commit is contained in:
ObserverOfTime 2022-09-18 20:04:06 +03:00 committed by Stephan Seitz
parent 1da61c993a
commit f76a6b6c85

View file

@ -59,10 +59,14 @@
"execute"
"normal"
"set"
"setfiletype"
"setlocal"
"silent"
"echo"
"echon"
"echohl"
"echomsg"
"echoerr"
"autocmd"
"augroup"
"return"
@ -130,6 +134,8 @@
"match"
"cluster"
"region"
"clear"
"include"
] @keyword)
(syntax_argument name: _ @keyword)