mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
Vim: update highlights and injections
This commit is contained in:
parent
ee213de0cd
commit
949ec04726
2 changed files with 23 additions and 0 deletions
|
|
@ -6,4 +6,18 @@
|
|||
|
||||
(autocmd_statement (pattern) @regex)
|
||||
|
||||
((set_item
|
||||
option: (option_name) @_option
|
||||
value: (set_value) @vim)
|
||||
(#any-of? @_option
|
||||
"includeexpr" "inex"
|
||||
"printexpr" "pexpr"
|
||||
"formatexpr" "fex"
|
||||
"indentexpr" "inde"
|
||||
"foldtext" "fdt"
|
||||
"foldexpr" "fde"
|
||||
"diffexpr" "dex"
|
||||
"patchexpr" "pex"
|
||||
"charconvert" "ccv"))
|
||||
|
||||
(comment) @comment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue