mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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,
|
||||
})
|
||||
|
||||
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 = {
|
||||
install_info = {
|
||||
url = "https://github.com/yuja/tree-sitter-qmljs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue