mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
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.
This commit is contained in:
parent
834f1dcb87
commit
5c4ea53070
5 changed files with 356 additions and 0 deletions
|
|
@ -905,6 +905,16 @@ list.meson = {
|
|||
maintainers = { "@Decodetalkers" },
|
||||
}
|
||||
|
||||
list.mlir = {
|
||||
install_info = {
|
||||
url = "https://github.com/artagnon/tree-sitter-mlir",
|
||||
files = { "src/parser.c" },
|
||||
requires_generate_from_grammar = true,
|
||||
},
|
||||
experimental = true,
|
||||
maintainers = { "@artagnon" },
|
||||
}
|
||||
|
||||
list.nickel = {
|
||||
install_info = {
|
||||
url = "https://github.com/nickel-lang/tree-sitter-nickel",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue