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",
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" },

View file

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