blob: 985b3c9e0d9a5e4f8b10e1753e6f8114a676d765 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
; 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
|