mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -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
|
||||
(normal_statement (commands) @constant)
|
||||
|
||||
;; Highlight command
|
||||
|
||||
(highlight_statement [
|
||||
"default"
|
||||
"link"
|
||||
"clear"
|
||||
] @keyword)
|
||||
|
||||
;; Literals
|
||||
|
||||
(string_literal) @string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue