diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2024-02-09 08:50:58 +0000 |
|---|---|---|
| committer | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2024-02-09 08:57:56 +0000 |
| commit | 01c159826ea9c6f66f55bed673a026f75a25f4e0 (patch) | |
| tree | 9e85df86a11c1dcc1884c0874466d355182e56bb | |
| parent | feat: add tree-sitter-asm parser (#5946) (diff) | |
| download | nvim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
