aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/wxml/injections.scm
blob: 09f615d388d717b7d8deb52bc4f97c036a181245 (plain) (blame)
1
2
3
4
5
6
7
8
9
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))