diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 8acab4190..18273e42a 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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" }, |
