mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
feat(vim): highlight "higlight" variants
This commit is contained in:
parent
073a3ac929
commit
2bdaff2ab0
1 changed files with 8 additions and 0 deletions
|
|
@ -112,6 +112,14 @@
|
||||||
(au_event) @constant
|
(au_event) @constant
|
||||||
(normal_statement (commands) @constant)
|
(normal_statement (commands) @constant)
|
||||||
|
|
||||||
|
;; Highlight command
|
||||||
|
|
||||||
|
(highlight_statement [
|
||||||
|
"default"
|
||||||
|
"link"
|
||||||
|
"clear"
|
||||||
|
] @keyword)
|
||||||
|
|
||||||
;; Literals
|
;; Literals
|
||||||
|
|
||||||
(string_literal) @string
|
(string_literal) @string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue