feat(vim): update to latest highlights

This commit is contained in:
Thomas Vigouroux 2022-08-23 14:17:55 +02:00
parent bbd05a8898
commit ea8d8bbef0
2 changed files with 19 additions and 1 deletions

View file

@ -357,7 +357,7 @@
"revision": "8f6b1f357d1231c420404b5f7a368a73c25adfa2" "revision": "8f6b1f357d1231c420404b5f7a368a73c25adfa2"
}, },
"vim": { "vim": {
"revision": "2ae322e81ee0852207c584b289db9fd1044894d8" "revision": "066760141be9085368eb00680fbd43b73533d443"
}, },
"vue": { "vue": {
"revision": "91fe2754796cd8fba5f229505a23fa08f3546c06" "revision": "91fe2754796cd8fba5f229505a23fa08f3546c06"

View file

@ -72,6 +72,7 @@
"perl" "perl"
"python" "python"
"highlight" "highlight"
"command"
"delcommand" "delcommand"
"comclear" "comclear"
"colorscheme" "colorscheme"
@ -80,6 +81,16 @@
"global" "global"
"runtime" "runtime"
"wincmd" "wincmd"
"cnext"
"cprevious"
"cNext"
"vertical"
"leftabove"
"aboveleft"
"rightbelow"
"belowright"
"topleft"
"botright"
] @keyword ] @keyword
(map_statement cmd: _ @keyword) (map_statement cmd: _ @keyword)
[ [
@ -134,6 +145,13 @@
"clear" "clear"
] @keyword) ] @keyword)
;; Command command
(command_attribute name: _ @property)
(command_attribute
val: (behavior
(identifier)? @function) @constant)
;; Runtime command ;; Runtime command
(runtime_statement (where) @keyword.operator) (runtime_statement (where) @keyword.operator)