This commit is contained in:
Access 2022-07-07 22:33:47 +08:00 committed by GitHub
parent d4f0c46e0f
commit 4b5966c81a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 143 additions and 1 deletions

View file

@ -43,7 +43,15 @@ local list = setmetatable({}, {
filetype_to_parsername[parserconfig.filetype or parsername] = parsername
end,
})
list.qmljs = {
install_info = {
url = "https://github.com/yuja/tree-sitter-qmljs",
branch = "master",
files = { "src/parser.c", "src/scanner.c" },
},
filetype = "qmljs",
maintainers = { "@yuja" },
}
list.scheme = {
install_info = {
url = "https://github.com/6cdh/tree-sitter-scheme",