aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-02-04 15:42:12 -0500
committerStephan Seitz <stephan.seitz@fau.de>2023-02-05 02:21:49 -0800
commit720f75f9881cae820cecde23fc2f07affacf2826 (patch)
tree31e891b6b3f877010c75905023166c8bad79df75 /README.md
parentUpdate parsers: arduino, markdown, markdown_inline, tlaplus (diff)
downloadnvim-treesitter-720f75f9881cae820cecde23fc2f07affacf2826.tar
nvim-treesitter-720f75f9881cae820cecde23fc2f07affacf2826.tar.gz
nvim-treesitter-720f75f9881cae820cecde23fc2f07affacf2826.tar.bz2
nvim-treesitter-720f75f9881cae820cecde23fc2f07affacf2826.tar.lz
nvim-treesitter-720f75f9881cae820cecde23fc2f07affacf2826.tar.xz
nvim-treesitter-720f75f9881cae820cecde23fc2f07affacf2826.tar.zst
nvim-treesitter-720f75f9881cae820cecde23fc2f07affacf2826.zip
feat: add RON
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 874cdffb4..94dd25b5f 100644
--- a/README.md
+++ b/README.md
@@ -290,6 +290,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [regex](https://github.com/tree-sitter/tree-sitter-regex) (maintained by @theHamsta)
- [x] [rego](https://github.com/FallenAngel97/tree-sitter-rego) (maintained by @FallenAngel97)
- [x] [rnoweb](https://github.com/bamonroe/tree-sitter-rnoweb) (maintained by @bamonroe)
+- [x] [ron](https://github.com/amaanq/tree-sitter-ron) (maintained by @amaanq)
- [x] [rst](https://github.com/stsewd/tree-sitter-rst) (maintained by @stsewd)
- [x] [ruby](https://github.com/tree-sitter/tree-sitter-ruby) (maintained by @TravonteD)
- [x] [rust](https://github.com/tree-sitter/tree-sitter-rust) (maintained by @vigoux)