aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>2024-02-09 08:50:58 +0000
committernvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>2024-02-09 08:57:56 +0000
commit01c159826ea9c6f66f55bed673a026f75a25f4e0 (patch)
tree9e85df86a11c1dcc1884c0874466d355182e56bb
parentfeat: add tree-sitter-asm parser (#5946) (diff)
downloadnvim-treesitter-01c159826ea9c6f66f55bed673a026f75a25f4e0.tar
nvim-treesitter-01c159826ea9c6f66f55bed673a026f75a25f4e0.tar.gz
nvim-treesitter-01c159826ea9c6f66f55bed673a026f75a25f4e0.tar.bz2
nvim-treesitter-01c159826ea9c6f66f55bed673a026f75a25f4e0.tar.lz
nvim-treesitter-01c159826ea9c6f66f55bed673a026f75a25f4e0.tar.xz
nvim-treesitter-01c159826ea9c6f66f55bed673a026f75a25f4e0.tar.zst
nvim-treesitter-01c159826ea9c6f66f55bed673a026f75a25f4e0.zip
Update README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index aec3743bc..1501136f1 100644
--- a/README.md
+++ b/README.md
@@ -178,7 +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] [asm](https://github.com/RubixDev/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)