aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-03-04 04:31:11 -0500
committerAmaan Qureshi <amaanq12@gmail.com>2023-03-04 05:08:18 -0500
commit376d74006fd8fff91431639136416ffca4458bfd (patch)
tree7793dc6be04b70cd73ec2507271023f393f4b7ff /README.md
parentfeat(ecma): add tests for constants (diff)
downloadnvim-treesitter-376d74006fd8fff91431639136416ffca4458bfd.tar
nvim-treesitter-376d74006fd8fff91431639136416ffca4458bfd.tar.gz
nvim-treesitter-376d74006fd8fff91431639136416ffca4458bfd.tar.bz2
nvim-treesitter-376d74006fd8fff91431639136416ffca4458bfd.tar.lz
nvim-treesitter-376d74006fd8fff91431639136416ffca4458bfd.tar.xz
nvim-treesitter-376d74006fd8fff91431639136416ffca4458bfd.tar.zst
nvim-treesitter-376d74006fd8fff91431639136416ffca4458bfd.zip
feat: add cue
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 f97bcd5bb..cb16f3c77 100644
--- a/README.md
+++ b/README.md
@@ -196,6 +196,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [cpp](https://github.com/tree-sitter/tree-sitter-cpp) (maintained by @theHamsta)
- [x] [css](https://github.com/tree-sitter/tree-sitter-css) (maintained by @TravonteD)
- [x] [cuda](https://github.com/theHamsta/tree-sitter-cuda) (maintained by @theHamsta)
+- [x] [cue](https://github.com/eonpatapon/tree-sitter-cue) (maintained by @amaanq)
- [x] [d](https://github.com/CyberShadow/tree-sitter-d) (experimental, maintained by @nawordar)
- [x] [dart](https://github.com/UserNobody14/tree-sitter-dart) (maintained by @akinsho)
- [x] [devicetree](https://github.com/joelspadin/tree-sitter-devicetree) (maintained by @jedrzejboczar)