16 lines
195 B
Scheme
16 lines
195 B
Scheme
|
; Scopes
|
||
|
|
||
|
[
|
||
|
(class_declaration)
|
||
|
(function_declaration)
|
||
|
] @local.scope
|
||
|
|
||
|
; Definitions
|
||
|
|
||
|
(type_parameter
|
||
|
(type_identifier) @local.definition)
|
||
|
|
||
|
; References
|
||
|
|
||
|
(type_identifier) @local.reference
|