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

@ -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)