mirror of https://github.com/helix-editor/helix
19 lines
221 B
Scheme
19 lines
221 B
Scheme
|
; Scopes
|
||
|
|
||
|
[
|
||
|
(global_decl)
|
||
|
(switch_body)
|
||
|
(compound_statement)
|
||
|
] @local.scope
|
||
|
|
||
|
; Definitions
|
||
|
|
||
|
(param
|
||
|
(identifier) @local.definition)
|
||
|
|
||
|
; References
|
||
|
|
||
|
(identifier) @local.reference
|
||
|
; (type_specifier) @local.reference
|
||
|
|