mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
feat(locals)!: switch to upstream captures
This commit is contained in:
parent
306367a7f4
commit
8fb218dbfd
95 changed files with 1154 additions and 1154 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