From 17480f6fa684d7715b848b2ad4fad0cceb8bd35c Mon Sep 17 00:00:00 2001 From: BlockLune <39331194+BlockLune@users.noreply.github.com> Date: Thu, 21 Aug 2025 00:52:08 +0800 Subject: [PATCH] feat(wxml): do not use `@markup` --- runtime/queries/wxml/highlights.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/runtime/queries/wxml/highlights.scm b/runtime/queries/wxml/highlights.scm index a6c72d33c..ec7280e4f 100644 --- a/runtime/queries/wxml/highlights.scm +++ b/runtime/queries/wxml/highlights.scm @@ -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