mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
15 lines
195 B
Scheme
15 lines
195 B
Scheme
; Scopes
|
|
|
|
[
|
|
(class_declaration)
|
|
(function_declaration)
|
|
] @local.scope
|
|
|
|
; Definitions
|
|
|
|
(type_parameter
|
|
(type_identifier) @local.definition)
|
|
|
|
; References
|
|
|
|
(type_identifier) @local.reference
|