mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -04:00
feat(agda): add support for agda
This commit is contained in:
parent
a773660882
commit
970fe39f4c
1 changed files with 9 additions and 0 deletions
|
|
@ -44,6 +44,15 @@ local list = setmetatable({}, {
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
list.agda = {
|
||||||
|
install_info = {
|
||||||
|
url = "https://github.com/AusCyberman/tree-sitter-agda",
|
||||||
|
branch = "master",
|
||||||
|
files = { "src/parser.c", "src/scanner.cc" },
|
||||||
|
},
|
||||||
|
filetype = "agda",
|
||||||
|
maintainers = { "@AusCyberman" },
|
||||||
|
}
|
||||||
list.qmljs = {
|
list.qmljs = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/yuja/tree-sitter-qmljs",
|
url = "https://github.com/yuja/tree-sitter-qmljs",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue