mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -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"
|
||||
"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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue