aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwzy <32936898+Freed-Wu@users.noreply.github.com>2024-02-09 16:50:46 +0800
committerGitHub <noreply@github.com>2024-02-09 09:50:46 +0100
commitcab95b2f966561957ca25e3203951fe15139287f (patch)
tree2de59dbddad5da1f0154b264e45c609fef2f46ba /README.md
parentchore(ruby): adapt to scanner rewrite (diff)
downloadnvim-treesitter-cab95b2f966561957ca25e3203951fe15139287f.tar
nvim-treesitter-cab95b2f966561957ca25e3203951fe15139287f.tar.gz
nvim-treesitter-cab95b2f966561957ca25e3203951fe15139287f.tar.bz2
nvim-treesitter-cab95b2f966561957ca25e3203951fe15139287f.tar.lz
nvim-treesitter-cab95b2f966561957ca25e3203951fe15139287f.tar.xz
nvim-treesitter-cab95b2f966561957ca25e3203951fe15139287f.tar.zst
nvim-treesitter-cab95b2f966561957ca25e3203951fe15139287f.zip
feat: add tree-sitter-asm parser (#5946)
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 24cc66b58..aec3743bc 100644
--- a/README.md
+++ b/README.md
@@ -178,6 +178,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [angular](https://github.com/dlvandenberg/tree-sitter-angular) (experimental, maintained by @dlvandenberg)
- [x] [apex](https://github.com/aheber/tree-sitter-sfapex) (maintained by @aheber)
- [x] [arduino](https://github.com/ObserverOfTime/tree-sitter-arduino) (maintained by @ObserverOfTime)
+- [x] [asm](https://github.com/rush-rs/tree-sitter-asm) (maintained by @RubixDev)
- [x] [astro](https://github.com/virchau13/tree-sitter-astro) (maintained by @virchau13)
- [x] [authzed](https://github.com/mleonidas/tree-sitter-authzed) (maintained by @mattpolzin)
- [ ] [awk](https://github.com/Beaglefoot/tree-sitter-awk)