aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/rescript/locals.scm
blob: 10a663bd7e08896b3b9700c9b90faaefb09383a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
(switch_expression) @local.scope

; Definitions
;------------
(type_declaration) @local.definition.type

(let_binding) @local.definition.var

(module_declaration) @local.definition.namespace