aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRamkumar Ramachandra <r@artagnon.com>2023-02-20 21:12:09 +0100
committerStephan Seitz <stephan.seitz@fau.de>2023-03-14 01:50:12 +0100
commit5c4ea53070c4e2680d7256be5487f0ef653a8a6d (patch)
tree9b94c2b101d1b449035289235e958e1ad7e9b791 /README.md
parentUpdate parsers: scala (diff)
downloadnvim-treesitter-5c4ea53070c4e2680d7256be5487f0ef653a8a6d.tar
nvim-treesitter-5c4ea53070c4e2680d7256be5487f0ef653a8a6d.tar.gz
nvim-treesitter-5c4ea53070c4e2680d7256be5487f0ef653a8a6d.tar.bz2
nvim-treesitter-5c4ea53070c4e2680d7256be5487f0ef653a8a6d.tar.lz
nvim-treesitter-5c4ea53070c4e2680d7256be5487f0ef653a8a6d.tar.xz
nvim-treesitter-5c4ea53070c4e2680d7256be5487f0ef653a8a6d.tar.zst
nvim-treesitter-5c4ea53070c4e2680d7256be5487f0ef653a8a6d.zip
parsers: add tree-sitter-mlir parser
The parser is currently in development, and 60-80% of MLIR files in the test suite of MLIR, within the Arith, Math, SCF, Tensor, and Linalg dialects parse successfully.
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 32e52405d..38384433f 100644
--- a/README.md
+++ b/README.md
@@ -272,6 +272,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [menhir](https://github.com/Kerl13/tree-sitter-menhir) (maintained by @Kerl13)
- [ ] [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)
- [ ] [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)