fix(r): add external scanner

This commit is contained in:
Christian Clason 2022-05-28 15:43:28 +02:00 committed by Christian Clason
parent 3dea0bbf71
commit b3370eb40d
2 changed files with 2 additions and 2 deletions

View file

@ -249,7 +249,7 @@
"revision": "5217c6805c09f8fc00ed13d17d5fcb791437aee6"
},
"r": {
"revision": "7768c3eefd8c3a07d05332e65a6856385360831b"
"revision": "205c2877af33a814386ff275031f88400a011397"
},
"rasi": {
"revision": "e2961f02244c068a67549adf896b0779e4a29516"

View file

@ -796,7 +796,7 @@ list.svelte = {
list.r = {
install_info = {
url = "https://github.com/r-lib/tree-sitter-r",
files = { "src/parser.c" },
files = { "src/parser.c", "src/scanner.cc" },
},
maintainers = { "@jimhester" },
}