mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
Add support for R language.
This commit is contained in:
parent
df81a91ba9
commit
773ec8eefc
3 changed files with 105 additions and 0 deletions
|
|
@ -474,6 +474,14 @@ list.svelte = {
|
|||
maintainers = { "@elianiva" },
|
||||
}
|
||||
|
||||
list.r = {
|
||||
install_info = {
|
||||
url = "https://github.com/r-lib/tree-sitter-r",
|
||||
files = { "src/parser.c" }
|
||||
},
|
||||
maintainers = { "@jimhester" },
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue