mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
feat(glimmer): add fold queries (#8020)
This commit is contained in:
parent
3650b4ef6a
commit
6b3bf164b2
3 changed files with 4 additions and 2 deletions
4
SUPPORTED_LANGUAGES.md
generated
4
SUPPORTED_LANGUAGES.md
generated
|
|
@ -101,8 +101,8 @@ ecma (queries only)[^ecma] | unstable | `HFIJL` | | @steelsojka
|
||||||
[gitignore](https://github.com/shunsambongi/tree-sitter-gitignore) | unstable | `H J ` | | @theHamsta
|
[gitignore](https://github.com/shunsambongi/tree-sitter-gitignore) | unstable | `H J ` | | @theHamsta
|
||||||
[gleam](https://github.com/gleam-lang/tree-sitter-gleam) | unstable | `HFIJL` | | @amaanq
|
[gleam](https://github.com/gleam-lang/tree-sitter-gleam) | unstable | `HFIJL` | | @amaanq
|
||||||
[glimmer](https://github.com/ember-tooling/tree-sitter-glimmer)[^glimmer] | unstable | `HFIJL` | | @NullVoxPopuli
|
[glimmer](https://github.com/ember-tooling/tree-sitter-glimmer)[^glimmer] | unstable | `HFIJL` | | @NullVoxPopuli
|
||||||
[glimmer_javascript](https://github.com/NullVoxPopuli/tree-sitter-glimmer-javascript) | unstable | `H IJL` | | @NullVoxPopuli
|
[glimmer_javascript](https://github.com/NullVoxPopuli/tree-sitter-glimmer-javascript) | unstable | `HFIJL` | | @NullVoxPopuli
|
||||||
[glimmer_typescript](https://github.com/NullVoxPopuli/tree-sitter-glimmer-typescript) | unstable | `H IJ ` | | @NullVoxPopuli
|
[glimmer_typescript](https://github.com/NullVoxPopuli/tree-sitter-glimmer-typescript) | unstable | `HFIJ ` | | @NullVoxPopuli
|
||||||
[glsl](https://github.com/tree-sitter-grammars/tree-sitter-glsl) | unstable | `HFIJL` | | @theHamsta
|
[glsl](https://github.com/tree-sitter-grammars/tree-sitter-glsl) | unstable | `HFIJL` | | @theHamsta
|
||||||
[gn](https://github.com/tree-sitter-grammars/tree-sitter-gn) | unstable | `HFIJL` | | @amaanq
|
[gn](https://github.com/tree-sitter-grammars/tree-sitter-gn) | unstable | `HFIJL` | | @amaanq
|
||||||
[gnuplot](https://github.com/dpezto/tree-sitter-gnuplot) | unstable | `H J ` | | @dpezto
|
[gnuplot](https://github.com/dpezto/tree-sitter-gnuplot) | unstable | `H J ` | | @dpezto
|
||||||
|
|
|
||||||
1
runtime/queries/glimmer_javascript/folds.scm
Normal file
1
runtime/queries/glimmer_javascript/folds.scm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
; inherits: ecma
|
||||||
1
runtime/queries/glimmer_typescript/folds.scm
Normal file
1
runtime/queries/glimmer_typescript/folds.scm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
; inherits: typescript
|
||||||
Loading…
Add table
Add a link
Reference in a new issue