mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
feat(wxml): add parser and queries
This commit is contained in:
parent
16da7ded58
commit
cd64fd3f44
6 changed files with 124 additions and 0 deletions
|
|
@ -2587,6 +2587,14 @@ return {
|
|||
maintainers = { '@mkatychev' },
|
||||
tier = 2,
|
||||
},
|
||||
wxml = {
|
||||
install_info = {
|
||||
revision = '7b821c748dc410332f59496c0dea2632168c4e5a',
|
||||
url = 'https://github.com/BlockLune/tree-sitter-wxml',
|
||||
},
|
||||
maintainers = { '@BlockLune' },
|
||||
tier = 2,
|
||||
},
|
||||
xcompose = {
|
||||
install_info = {
|
||||
revision = 'a51d6366f041dbefec4da39a7eb3168a9b1cbc0e',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue