mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
f73e9a8d15
* typescript * go * haskell * ocaml * kotlin (+ bugfix)
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
|