feat(wxml): do not use @markup

This commit is contained in:
BlockLune 2025-08-21 00:52:08 +08:00
parent 954336fe5c
commit 17480f6fa6

View file

@ -51,13 +51,8 @@
; Entity references
(entity) @string.escape
; Raw text (primarily for wxs JavaScript content)
(raw_text) @markup.raw
; Interpolation expressions
(interpolation) @markup.strong
(expression) @markup.raw
(interpolation) @string.special
; Import and include statements
(import_statement) @keyword.import