mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -04:00
fix wrong parse
change maintainers
This commit is contained in:
parent
25baab9f59
commit
c5eed2f2cd
2 changed files with 3 additions and 3 deletions
|
|
@ -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" },
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
;; Constants
|
;; Constants
|
||||||
(integer) @constant
|
(integer) @number
|
||||||
|
|
||||||
;; Variables and Symbols
|
;; Variables and Symbols
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue