feat(wxml): add "comment" injection

This commit is contained in:
BlockLune 2025-08-21 20:04:34 +08:00
parent c441008d94
commit 1bb822e73a

View file

@ -1,3 +1,6 @@
((comment) @injection.content
(#set! injection.language "comment"))
((raw_text) @injection.content
(#set! injection.language "javascript")
(#set! injection.include-children))