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" "execute"
"normal" "normal"
"set" "set"
"setfiletype"
"setlocal" "setlocal"
"silent" "silent"
"echo" "echo"
"echon"
"echohl"
"echomsg" "echomsg"
"echoerr"
"autocmd" "autocmd"
"augroup" "augroup"
"return" "return"
@ -130,6 +134,8 @@
"match" "match"
"cluster" "cluster"
"region" "region"
"clear"
"include"
] @keyword) ] @keyword)
(syntax_argument name: _ @keyword) (syntax_argument name: _ @keyword)