mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 15:10:04 +08:00
18 lines
321 B
Scheme
18 lines
321 B
Scheme
|
; inherits: c
|
||
|
|
||
|
(reference_declarator
|
||
|
(identifier) @definition.var)
|
||
|
|
||
|
(type_parameter_declaration
|
||
|
(type_identifier) @definition.type)
|
||
|
(template_declaration) @scope
|
||
|
|
||
|
(template_function
|
||
|
name: (identifier) @definition.function) @scope
|
||
|
|
||
|
[
|
||
|
(foreach_statement)
|
||
|
(foreach_instance_statement)
|
||
|
(unmasked_statement)
|
||
|
] @scope
|