mirror of
https://github.com/realAscot/helix.git
synced 2025-09-15 04:33:04 +02:00
16 lines
210 B
Scheme
16 lines
210 B
Scheme
; Scopes
|
|
|
|
[
|
|
(class_declaration)
|
|
(function_declaration)
|
|
] @local.scope
|
|
|
|
; Definitions
|
|
|
|
(type_parameter
|
|
(type_identifier) @local.definition.type.parameter)
|
|
|
|
; References
|
|
|
|
(type_identifier) @local.reference
|