mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(dot): fold queries
This commit is contained in:
parent
0fb1c6e92e
commit
c29969e8ef
2 changed files with 5 additions and 1 deletions
2
SUPPORTED_LANGUAGES.md
generated
2
SUPPORTED_LANGUAGES.md
generated
|
|
@ -61,7 +61,7 @@ Language | Tier | Queries | Node | Maintainer
|
||||||
[disassembly](https://github.com/ColinKennedy/tree-sitter-disassembly) | unstable | `H J ` | | @ColinKennedy
|
[disassembly](https://github.com/ColinKennedy/tree-sitter-disassembly) | unstable | `H J ` | | @ColinKennedy
|
||||||
[djot](https://github.com/treeman/tree-sitter-djot) | unstable | `HFIJL` | | @NoahTheDuke
|
[djot](https://github.com/treeman/tree-sitter-djot) | unstable | `HFIJL` | | @NoahTheDuke
|
||||||
[dockerfile](https://github.com/camdencheek/tree-sitter-dockerfile) | unstable | `H J ` | | @camdencheek
|
[dockerfile](https://github.com/camdencheek/tree-sitter-dockerfile) | unstable | `H J ` | | @camdencheek
|
||||||
[dot](https://github.com/rydesun/tree-sitter-dot) | unstable | `H IJ ` | | @rydesun
|
[dot](https://github.com/rydesun/tree-sitter-dot) | unstable | `HFIJ ` | | @rydesun
|
||||||
[doxygen](https://github.com/tree-sitter-grammars/tree-sitter-doxygen) | unstable | `H IJ ` | | @amaanq
|
[doxygen](https://github.com/tree-sitter-grammars/tree-sitter-doxygen) | unstable | `H IJ ` | | @amaanq
|
||||||
[dtd](https://github.com/tree-sitter-grammars/tree-sitter-xml) | unstable | `HF JL` | | @ObserverOfTime
|
[dtd](https://github.com/tree-sitter-grammars/tree-sitter-xml) | unstable | `HF JL` | | @ObserverOfTime
|
||||||
[earthfile](https://github.com/glehmann/tree-sitter-earthfile) | unstable | `H J ` | | @glehmann
|
[earthfile](https://github.com/glehmann/tree-sitter-earthfile) | unstable | `H J ` | | @glehmann
|
||||||
|
|
|
||||||
4
runtime/queries/dot/folds.scm
Normal file
4
runtime/queries/dot/folds.scm
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
[
|
||||||
|
(edge_stmt)+
|
||||||
|
(node_stmt)
|
||||||
|
] @fold
|
||||||
Loading…
Add table
Add a link
Reference in a new issue