f73e9a8d15
* typescript * go * haskell * ocaml * kotlin (+ bugfix)
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
|