aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorObserverOfTime <chronobserver@disroot.org>2023-10-09 11:28:28 +0300
committerGitHub <noreply@github.com>2023-10-09 11:28:28 +0300
commitdfd4fb330f75595813e2a2f83000580a36dd10ff (patch)
treea49184fb022bb34cfed37f9e4de16939e5c125c7 /README.md
parentUpdate parsers: swift, wing (diff)
downloadnvim-treesitter-dfd4fb330f75595813e2a2f83000580a36dd10ff.tar
nvim-treesitter-dfd4fb330f75595813e2a2f83000580a36dd10ff.tar.gz
nvim-treesitter-dfd4fb330f75595813e2a2f83000580a36dd10ff.tar.bz2
nvim-treesitter-dfd4fb330f75595813e2a2f83000580a36dd10ff.tar.lz
nvim-treesitter-dfd4fb330f75595813e2a2f83000580a36dd10ff.tar.xz
nvim-treesitter-dfd4fb330f75595813e2a2f83000580a36dd10ff.tar.zst
nvim-treesitter-dfd4fb330f75595813e2a2f83000580a36dd10ff.zip
feat: add nasm parser (#5475)
* feat: add nasm parser * chore: update highlights --------- Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
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 15b97fb34..8e32deacf 100644
--- a/README.md
+++ b/README.md
@@ -295,6 +295,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [ ] [mermaid](https://github.com/monaqa/tree-sitter-mermaid) (experimental)
- [x] [meson](https://github.com/Decodetalkers/tree-sitter-meson) (maintained by @Decodetalkers)
- [x] [mlir](https://github.com/artagnon/tree-sitter-mlir) (experimental, maintained by @artagnon)
+- [x] [nasm](https://github.com/naclsn/tree-sitter-nasm) (maintained by @ObserverOfTime)
- [ ] [nickel](https://github.com/nickel-lang/tree-sitter-nickel)
- [x] [ninja](https://github.com/alemuller/tree-sitter-ninja) (maintained by @alemuller)
- [x] [nix](https://github.com/cstrahan/tree-sitter-nix) (maintained by @leo60228)