fix(wxml): escape - in lua pattern

This commit is contained in:
BlockLune 2025-08-21 00:58:32 +08:00
parent 17480f6fa6
commit c441008d94

View file

@ -34,7 +34,7 @@
(#lua-match? @keyword "^catch"))
((attribute_name) @keyword
(#lua-match? @keyword "^mut-bind"))
(#lua-match? @keyword "^mut%-bind"))
((attribute_name) @keyword
(#lua-match? @keyword "^model:"))