nvim-treesitter/runtime/queries/wxml/injections.scm

11 lines
296 B
Scheme
Raw Permalink Normal View History

2025-08-30 00:30:18 +08:00
((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))