diff options
| author | wzy <32936898+Freed-Wu@users.noreply.github.com> | 2024-02-09 16:50:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-09 09:50:46 +0100 |
| commit | cab95b2f966561957ca25e3203951fe15139287f (patch) | |
| tree | 2de59dbddad5da1f0154b264e45c609fef2f46ba /README.md | |
| parent | chore(ruby): adapt to scanner rewrite (diff) | |
| download | nvim-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
