feat(wxml): add parser and queries

This commit is contained in:
BlockLune 2025-08-30 00:30:18 +08:00 committed by GitHub
parent 16da7ded58
commit cd64fd3f44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 124 additions and 0 deletions

View file

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