mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
feat(vim): support augroups
This commit is contained in:
parent
0d9c84c01a
commit
fb3a7a8bcc
2 changed files with 6 additions and 2 deletions
|
|
@ -51,6 +51,7 @@
|
|||
"silent"
|
||||
"echo"
|
||||
"autocmd"
|
||||
"augroup"
|
||||
"return"
|
||||
"lua"
|
||||
"ruby"
|
||||
|
|
@ -69,7 +70,10 @@
|
|||
"<unique>"
|
||||
] @constant.builtin
|
||||
|
||||
(au_event) @constant
|
||||
[
|
||||
(augroup_name)
|
||||
(au_event)
|
||||
] @constant
|
||||
(normal_statement (commands) @constant)
|
||||
|
||||
;; Literals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue