mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
15 lines
210 B
Scheme
15 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
|