From 1ecc6070fbbbd502103df941d85fc780f381f005 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 1 Feb 2026 05:37:26 +0100 Subject: Cleanup --- changes.txt | 35 ----------------------------------- treesitter.txt | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 changes.txt create mode 100644 treesitter.txt diff --git a/changes.txt b/changes.txt deleted file mode 100644 index 9b1ec7c..0000000 --- a/changes.txt +++ /dev/null @@ -1,35 +0,0 @@ -## 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 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 -- cgit v1.2.3