fix wrong parse

change maintainers
This commit is contained in:
ShootingStarDragons 2022-07-11 23:16:25 +08:00 committed by Stephan Seitz
parent 25baab9f59
commit c5eed2f2cd
2 changed files with 3 additions and 3 deletions

View file

@ -49,16 +49,16 @@ list.agda = {
url = "https://github.com/AusCyberman/tree-sitter-agda", url = "https://github.com/AusCyberman/tree-sitter-agda",
branch = "master", branch = "master",
files = { "src/parser.c", "src/scanner.cc" }, files = { "src/parser.c", "src/scanner.cc" },
generate_requires_npm = true,
}, },
filetype = "agda", filetype = "agda",
maintainers = { "@AusCyberman" }, maintainers = { "@Decodetalkers" },
} }
list.qmljs = { list.qmljs = {
install_info = { install_info = {
url = "https://github.com/yuja/tree-sitter-qmljs", url = "https://github.com/yuja/tree-sitter-qmljs",
branch = "master", branch = "master",
files = { "src/parser.c", "src/scanner.c" }, files = { "src/parser.c", "src/scanner.c" },
generate_requires_npm = true,
}, },
filetype = "qmljs", filetype = "qmljs",
maintainers = { "@yuja" }, maintainers = { "@yuja" },

View file

@ -1,6 +1,6 @@
;; Constants ;; Constants
(integer) @constant (integer) @number
;; Variables and Symbols ;; Variables and Symbols