mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(firrtl): adapt to scanner rewrite
This commit is contained in:
parent
a74317ffaa
commit
19385830ab
2 changed files with 2 additions and 2 deletions
|
|
@ -126,7 +126,7 @@
|
|||
"revision": "517195970428aacca60891b050aa53eabf4ba78d"
|
||||
},
|
||||
"firrtl": {
|
||||
"revision": "58e9655caa6b6d0ef8dc0e6bd3d8e060beb6b40d"
|
||||
"revision": "572ac53752252c4b77bd7cf0ce6a07a2db177ab7"
|
||||
},
|
||||
"fish": {
|
||||
"revision": "f9176908c9eb2e11eb684d79e1d00f3b29bd65c9"
|
||||
|
|
|
|||
|
|
@ -426,7 +426,7 @@ list.fennel = {
|
|||
list.firrtl = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-firrtl",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue