mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 13:20:09 -04:00
feat(wxml): add parser and queries
This commit is contained in:
parent
42fc28ba91
commit
90d6de6438
6 changed files with 159 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue