feat(wxml): bump parser to v0.2.0 and update interpolation queries

This commit is contained in:
BlockLune 2025-08-21 20:15:45 +08:00
parent 6010f78e19
commit 28da2121d3
2 changed files with 4 additions and 3 deletions

View file

@ -2589,7 +2589,7 @@ return {
},
wxml = {
install_info = {
revision = '81bd97fa3bbc43516ad0e7ea5518d72651d954bf',
revision = '7b821c748dc410332f59496c0dea2632168c4e5a',
url = 'https://github.com/BlockLune/tree-sitter-wxml',
},
maintainers = { '@BlockLune' },

View file

@ -51,9 +51,10 @@
; Entity references
(entity) @string.escape
; Interpolation expressions
(interpolation) @string.special
; Interpolation delimiters
(interpolation_start) @punctuation.special
(interpolation_end) @punctuation.special
[
"<"