Added scheme support

This commit is contained in:
6cdh 2022-04-06 21:04:19 +08:00 committed by Stephan Seitz
parent acd01551a3
commit 46dc8b8f40
2 changed files with 9 additions and 0 deletions

View file

@ -43,6 +43,14 @@ local list = setmetatable({}, {
end,
})
list.scheme = {
install_info = {
url = "https://github.com/6cdh/tree-sitter-scheme",
files = { "src/parser.c" },
},
maintainers = { "@6cdh" },
}
list.javascript = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-javascript",