summaryrefslogtreecommitdiff
path: root/treesitter.txt
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-02-01 05:37:26 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-02-01 05:37:26 +0100
commit1ecc6070fbbbd502103df941d85fc780f381f005 (patch)
tree1d1d899cf507113986b03f9f75cf0e2e75959edf /treesitter.txt
parent3ea68e8e5a15387acd02e07f9a9fbe7be3eeab01 (diff)
downloadqwe-editor-1ecc6070fbbbd502103df941d85fc780f381f005.tar.gz
CleanupHEADmaster
Diffstat (limited to 'treesitter.txt')
-rw-r--r--treesitter.txt35
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