mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
18 lines
361 B
Scheme
18 lines
361 B
Scheme
; inherits: c
|
|
|
|
(reference_declarator
|
|
(identifier) @local.definition.var)
|
|
|
|
(type_parameter_declaration
|
|
(type_identifier) @local.definition.type)
|
|
|
|
(template_declaration) @local.scope
|
|
|
|
(template_function
|
|
name: (identifier) @local.definition.function) @local.scope
|
|
|
|
[
|
|
(foreach_statement)
|
|
(foreach_instance_statement)
|
|
(unmasked_statement)
|
|
] @local.scope
|