mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -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" },
|
||||
}
|
||||
|
||||
list.qmldir = {
|
||||
install_info = {
|
||||
url = "https://github.com/Decodetalkers/tree-sitter-qmldir",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.qmljs = {
|
||||
install_info = {
|
||||
url = "https://github.com/yuja/tree-sitter-qmljs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue