mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
fix(r): adapt to scanner rewrite
This commit is contained in:
parent
736a672afe
commit
25158a8b39
2 changed files with 2 additions and 2 deletions
|
|
@ -426,7 +426,7 @@
|
|||
"revision": "3a9808b22742d5bd906ef5d1a562f2f1ae57406d"
|
||||
},
|
||||
"r": {
|
||||
"revision": "80efda55672d1293aa738f956c7ae384ecdc31b4"
|
||||
"revision": "c55f8b4dfaa32c80ddef6c0ac0e79b05cb0cbf57"
|
||||
},
|
||||
"racket": {
|
||||
"revision": "92bf6372c63bb413c2d3c1535383d266838d1911"
|
||||
|
|
|
|||
|
|
@ -1274,7 +1274,7 @@ list.query = {
|
|||
list.r = {
|
||||
install_info = {
|
||||
url = "https://github.com/r-lib/tree-sitter-r",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@echasnovski" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue