diff options
Diffstat (limited to 'treesitter.txt')
| -rw-r--r-- | treesitter.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/treesitter.txt b/treesitter.txt new file mode 100644 index 0000000..9b1ec7c --- /dev/null +++ b/treesitter.txt @@ -0,0 +1,35 @@ +## Tree-sitter queries and implementations: + +- https://github.com/helix-editor/helix/tree/master/runtime/queries + +- [x] bash +- [x] c +- [x] cpp +- [x] golang +- [x] javascript +- [x] typescript +- [x] python +- [x] css +- [x] dockerfile +- [x] html +- [x] lua +- [x] php +- [x] sql +- [?] markdown +- [ ] cue +- [ ] elixir +- [ ] elm +- [ ] groovy +- [ ] hcl +- [ ] java +- [ ] kotlin +- [ ] ocaml +- [ ] protobuf +- [ ] ruby +- [ ] rust +- [ ] scala +- [ ] svelte +- [ ] swift +- [ ] toml +- [ ] yaml +- [ ] csharp
\ No newline at end of file |
