From cd64fd3f448eb6cc529830c7f265f7584168572b Mon Sep 17 00:00:00 2001 From: BlockLune <39331194+BlockLune@users.noreply.github.com> Date: Sat, 30 Aug 2025 00:30:18 +0800 Subject: feat(wxml): add parser and queries --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 3abe166a1..027c8f745 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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', -- cgit v1.2.3-70-g09d2