nvim-treesitter/runtime/queries/rescript/locals.scm

10 lines
191 B
Scheme
Raw Normal View History

(switch_expression) @local.scope
; Definitions
;------------
(type_declaration) @local.definition.type
(let_binding) @local.definition.var
(module_declaration) @local.definition.namespace