mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -04:00
parent
88d5356d61
commit
56fcf55139
2 changed files with 13 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue