mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
fix(menhir): adapt to scanner rewrite
This commit is contained in:
committed by
Christian Clason
parent
e75b795f00
commit
a2c3a7319f
@@ -321,7 +321,7 @@
|
||||
"revision": "676117eafa64afedc8380a921a77cd9f2244bc6b"
|
||||
},
|
||||
"menhir": {
|
||||
"revision": "db7953acb0d5551f207373c81fa07a57d7b085cb"
|
||||
"revision": "be8866a6bcc2b563ab0de895af69daeffa88fe70"
|
||||
},
|
||||
"mermaid": {
|
||||
"revision": "e26a5f8898a8174f02b4cc9a9050eb3ccfb799f3"
|
||||
|
||||
@@ -978,7 +978,7 @@ list.matlab = {
|
||||
list.menhir = {
|
||||
install_info = {
|
||||
url = "https://github.com/Kerl13/tree-sitter-menhir",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@Kerl13" },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user