feat: add rescript parser and queries (#6671)

This commit is contained in:
Riley Bruins 2024-07-27 08:34:30 -07:00 committed by GitHub
parent 7cec6219c4
commit f97e0de005
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 748 additions and 0 deletions

View file

@ -0,0 +1,9 @@
(switch_expression) @local.scope
; Definitions
;------------
(type_declaration) @local.definition.type
(let_binding) @local.definition.var
(module_declaration) @local.definition.namespace