mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -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
4
queries/glimmer/folds.scm
Normal file
4
queries/glimmer/folds.scm
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[
|
||||
(element_node (element_node_start))
|
||||
(block_statement)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue