mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
fix(qmldir): add to parsers.lua
This commit is contained in:
parent
ba4ecfe471
commit
d80c99cab0
1 changed files with 8 additions and 0 deletions
|
|
@ -1104,6 +1104,14 @@ list.ql = {
|
||||||
maintainers = { "@pwntester" },
|
maintainers = { "@pwntester" },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
list.qmldir = {
|
||||||
|
install_info = {
|
||||||
|
url = "https://github.com/Decodetalkers/tree-sitter-qmldir",
|
||||||
|
files = { "src/parser.c" },
|
||||||
|
},
|
||||||
|
maintainers = { "@amaanq" },
|
||||||
|
}
|
||||||
|
|
||||||
list.qmljs = {
|
list.qmljs = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/yuja/tree-sitter-qmljs",
|
url = "https://github.com/yuja/tree-sitter-qmljs",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue