Add support for R language.

This commit is contained in:
echasnovski 2021-03-09 21:06:07 +02:00 committed by Kiyan
parent df81a91ba9
commit 773ec8eefc
3 changed files with 105 additions and 0 deletions

View file

@ -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
}