feat(vim): highlight "higlight" variants

This commit is contained in:
Thomas Vigouroux 2022-01-19 16:35:27 +01:00 committed by Christian Clason
parent 073a3ac929
commit 2bdaff2ab0

View file

@ -112,6 +112,14 @@
(au_event) @constant
(normal_statement (commands) @constant)
;; Highlight command
(highlight_statement [
"default"
"link"
"clear"
] @keyword)
;; Literals
(string_literal) @string