mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
feat: add more support for glimmer (#4935)
* add indents, locals and folds
This commit is contained in:
parent
111a3f4611
commit
0ae494269a
3 changed files with 33 additions and 0 deletions
7
queries/glimmer/locals.scm
Normal file
7
queries/glimmer/locals.scm
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[
|
||||
(element_node)
|
||||
(block_statement)
|
||||
] @scope
|
||||
|
||||
(identifier) @reference
|
||||
(block_params (identifier) @definition.var)
|
||||
Loading…
Add table
Add a link
Reference in a new issue