mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
fix(r): add external scanner
This commit is contained in:
parent
3dea0bbf71
commit
b3370eb40d
2 changed files with 2 additions and 2 deletions
|
|
@ -249,7 +249,7 @@
|
|||
"revision": "5217c6805c09f8fc00ed13d17d5fcb791437aee6"
|
||||
},
|
||||
"r": {
|
||||
"revision": "7768c3eefd8c3a07d05332e65a6856385360831b"
|
||||
"revision": "205c2877af33a814386ff275031f88400a011397"
|
||||
},
|
||||
"rasi": {
|
||||
"revision": "e2961f02244c068a67549adf896b0779e4a29516"
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue