feat(wxml): add parser and queries

This commit is contained in:
BlockLune 2025-08-19 20:03:13 +08:00
parent 42fc28ba91
commit 90d6de6438
6 changed files with 159 additions and 0 deletions

View file

@ -2667,6 +2667,14 @@ list.wit = {
maintainers = { "@liamwh" },
}
list.wxml = {
install_info = {
url = "https://github.com/BlockLune/tree-sitter-wxml",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@BlockLune" },
}
list.xcompose = {
install_info = {
url = "https://github.com/ObserverOfTime/tree-sitter-xcompose",