feat(vim): highlight highlight_statement correctly

Fixes #1747
This commit is contained in:
Thomas Vigouroux 2021-08-25 17:02:02 +02:00 committed by Stephan Seitz
parent 88d5356d61
commit 56fcf55139
2 changed files with 13 additions and 8 deletions

View file

@ -64,6 +64,7 @@
"ruby"
"perl"
"python"
"highlight"
] @keyword
(map_statement cmd: _ @keyword)
(command_name) @function.macro
@ -77,10 +78,14 @@
"<unique>"
] @constant.builtin
[
(augroup_name)
(au_event)
] @constant
(hl_attribute
key: _ @property
val: _ @constant)
(hl_group) @variable
(augroup_name) @namespace
(au_event) @constant
(normal_statement (commands) @constant)
;; Literals