mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
add qmljs (#3126)
This commit is contained in:
parent
d4f0c46e0f
commit
4b5966c81a
3 changed files with 143 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue