mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
fix wrong parse
change maintainers
This commit is contained in:
parent
25baab9f59
commit
c5eed2f2cd
2 changed files with 3 additions and 3 deletions
|
|
@ -49,16 +49,16 @@ list.agda = {
|
|||
url = "https://github.com/AusCyberman/tree-sitter-agda",
|
||||
branch = "master",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
generate_requires_npm = true,
|
||||
},
|
||||
filetype = "agda",
|
||||
maintainers = { "@AusCyberman" },
|
||||
maintainers = { "@Decodetalkers" },
|
||||
}
|
||||
list.qmljs = {
|
||||
install_info = {
|
||||
url = "https://github.com/yuja/tree-sitter-qmljs",
|
||||
branch = "master",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
generate_requires_npm = true,
|
||||
},
|
||||
filetype = "qmljs",
|
||||
maintainers = { "@yuja" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue