mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Add minizinc parser configuration
This commit is contained in:
parent
f8bbc3177d
commit
0cc5ec9c11
1 changed files with 9 additions and 0 deletions
|
|
@ -1393,6 +1393,15 @@ return {
|
|||
maintainers = { '@Decodetalkers' },
|
||||
tier = 2,
|
||||
},
|
||||
minizinc = {
|
||||
install_info = {
|
||||
location = 'parsers/tree-sitter-minizinc',
|
||||
revision = '045a0aee80bcae85fa330f4c4ccf0196c091c8e6',
|
||||
url = 'https://github.com/shackle-rs/shackle',
|
||||
},
|
||||
maintainers = { '@kelvin-273' },
|
||||
tier = 2,
|
||||
}
|
||||
mlir = {
|
||||
install_info = {
|
||||
generate = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue