mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(racket): adapt to scanner rewrite
This commit is contained in:
parent
18983e3a82
commit
b08aa95eee
2 changed files with 2 additions and 2 deletions
|
|
@ -408,7 +408,7 @@
|
|||
"revision": "80efda55672d1293aa738f956c7ae384ecdc31b4"
|
||||
},
|
||||
"racket": {
|
||||
"revision": "2804e03223953dc4709f4c041b57b722095a0397"
|
||||
"revision": "989c3e631a7f2d87bb6a66a5394870aaeb6c56e7"
|
||||
},
|
||||
"rasi": {
|
||||
"revision": "371dac6bcce0df5566c1cfebde69d90ecbeefd2d"
|
||||
|
|
|
|||
|
|
@ -1222,7 +1222,7 @@ list.r = {
|
|||
list.racket = {
|
||||
install_info = {
|
||||
url = "https://github.com/6cdh/tree-sitter-racket",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@6cdh" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue