mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(hack): adapt to scanner rewrite
This commit is contained in:
parent
20a6c66b76
commit
c667877ab5
2 changed files with 2 additions and 2 deletions
|
|
@ -192,7 +192,7 @@
|
|||
"revision": "5e66e961eee421786bdda8495ed1db045e06b5fe"
|
||||
},
|
||||
"hack": {
|
||||
"revision": "b7bd6928532ada34dddb1dece4a158ab62c6e783"
|
||||
"revision": "b1c41e4b82c625cc33ddb8701f6aa5a09c72fcf5"
|
||||
},
|
||||
"hare": {
|
||||
"revision": "3d4af179414525a35dd069ba0208c9b71093d8b3"
|
||||
|
|
|
|||
|
|
@ -614,7 +614,7 @@ list.graphql = {
|
|||
list.hack = {
|
||||
install_info = {
|
||||
url = "https://github.com/slackhq/tree-sitter-hack",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue