mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
feat(locals)!: switch to upstream captures
This commit is contained in:
parent
f197a15b0d
commit
5b90ea2aba
109 changed files with 1341 additions and 1341 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[
|
||||
(symbol)
|
||||
(prompt)
|
||||
] @reference
|
||||
] @local.reference
|
||||
|
||||
[
|
||||
(config)
|
||||
|
|
@ -10,8 +10,8 @@
|
|||
(comment_entry)
|
||||
(menu)
|
||||
(if)
|
||||
] @scope
|
||||
] @local.scope
|
||||
|
||||
(type_definition (prompt) @definition.var)
|
||||
(type_definition (input_prompt (prompt) @definition.var))
|
||||
(type_definition_default (expression (prompt) @definition.var))
|
||||
(type_definition (prompt) @local.definition.var)
|
||||
(type_definition (input_prompt (prompt) @local.definition.var))
|
||||
(type_definition_default (expression (prompt) @local.definition.var))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue