mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -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
|
|
@ -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