aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/superhtml/injections.scm
blob: 138fe7c2315779c1da84e011e425c32154440d4c (plain) (blame)
1
2
3
4
5
6
7
((script_element
  (raw_text) @injection.content)
  (#set! injection.language "javascript"))

((style_element
  (raw_text) @injection.content)
  (#set! injection.language "css"))