mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(menhir): adapt to scanner rewrite
This commit is contained in:
parent
e75b795f00
commit
a2c3a7319f
2 changed files with 2 additions and 2 deletions
|
|
@ -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" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue