mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
highlights(vim): add some more keywords
This commit is contained in:
parent
1da61c993a
commit
f76a6b6c85
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue