mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(vim): update to latest highlights
This commit is contained in:
parent
bbd05a8898
commit
ea8d8bbef0
2 changed files with 19 additions and 1 deletions
|
|
@ -357,7 +357,7 @@
|
|||
"revision": "8f6b1f357d1231c420404b5f7a368a73c25adfa2"
|
||||
},
|
||||
"vim": {
|
||||
"revision": "2ae322e81ee0852207c584b289db9fd1044894d8"
|
||||
"revision": "066760141be9085368eb00680fbd43b73533d443"
|
||||
},
|
||||
"vue": {
|
||||
"revision": "91fe2754796cd8fba5f229505a23fa08f3546c06"
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@
|
|||
"perl"
|
||||
"python"
|
||||
"highlight"
|
||||
"command"
|
||||
"delcommand"
|
||||
"comclear"
|
||||
"colorscheme"
|
||||
|
|
@ -80,6 +81,16 @@
|
|||
"global"
|
||||
"runtime"
|
||||
"wincmd"
|
||||
"cnext"
|
||||
"cprevious"
|
||||
"cNext"
|
||||
"vertical"
|
||||
"leftabove"
|
||||
"aboveleft"
|
||||
"rightbelow"
|
||||
"belowright"
|
||||
"topleft"
|
||||
"botright"
|
||||
] @keyword
|
||||
(map_statement cmd: _ @keyword)
|
||||
[
|
||||
|
|
@ -134,6 +145,13 @@
|
|||
"clear"
|
||||
] @keyword)
|
||||
|
||||
;; Command command
|
||||
|
||||
(command_attribute name: _ @property)
|
||||
(command_attribute
|
||||
val: (behavior
|
||||
(identifier)? @function) @constant)
|
||||
|
||||
;; Runtime command
|
||||
|
||||
(runtime_statement (where) @keyword.operator)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue