aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorurbit-pilled <129720764+urbit-pilled@users.noreply.github.com>2023-06-30 11:26:44 +1200
committerGitHub <noreply@github.com>2023-06-29 19:26:44 -0400
commit04dda34cb75018399d8a0a688ea10eb4de889eeb (patch)
tree096280495cb530faa8c952c824e138a9f9446b98 /README.md
parentfeat(sql): json operator highlights (diff)
downloadnvim-treesitter-04dda34cb75018399d8a0a688ea10eb4de889eeb.tar
nvim-treesitter-04dda34cb75018399d8a0a688ea10eb4de889eeb.tar.gz
nvim-treesitter-04dda34cb75018399d8a0a688ea10eb4de889eeb.tar.bz2
nvim-treesitter-04dda34cb75018399d8a0a688ea10eb4de889eeb.tar.lz
nvim-treesitter-04dda34cb75018399d8a0a688ea10eb4de889eeb.tar.xz
nvim-treesitter-04dda34cb75018399d8a0a688ea10eb4de889eeb.tar.zst
nvim-treesitter-04dda34cb75018399d8a0a688ea10eb4de889eeb.zip
feat: add Hoon language support
--------- Co-authored-by: urbit-pilled <urbit-pilled> Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 64f7d412f..0209883a8 100644
--- a/README.md
+++ b/README.md
@@ -247,6 +247,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [hjson](https://github.com/winston0410/tree-sitter-hjson) (maintained by @winston0410)
- [x] [hlsl](https://github.com/theHamsta/tree-sitter-hlsl) (maintained by @theHamsta)
- [x] [hocon](https://github.com/antosha417/tree-sitter-hocon) (maintained by @antosha417)
+- [x] [hoon](https://github.com/urbit-pilled/tree-sitter-hoon) (experimental, maintained by @urbit-pilled)
- [x] [html](https://github.com/tree-sitter/tree-sitter-html) (maintained by @TravonteD)
- [x] [htmldjango](https://github.com/interdependence/tree-sitter-htmldjango) (experimental, maintained by @ObserverOfTime)
- [x] [http](https://github.com/rest-nvim/tree-sitter-http) (maintained by @amaanq)