From c5eed2f2cda344fcf5a342ef5f3596361d38f5e7 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Mon, 11 Jul 2022 23:16:25 +0800 Subject: fix wrong parse change maintainers --- lua/nvim-treesitter/parsers.lua | 4 ++-- queries/agda/highlights.scm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 8acab419..18273e42 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" }, diff --git a/queries/agda/highlights.scm b/queries/agda/highlights.scm index 2a525982..18dd1a4c 100644 --- a/queries/agda/highlights.scm +++ b/queries/agda/highlights.scm @@ -1,6 +1,6 @@ ;; Constants -(integer) @constant +(integer) @number ;; Variables and Symbols -- cgit v1.2.3