aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/vento/injections.scm
blob: 66023c7f8accbef27180d7c44bd5c61651d3660a (plain) (blame)
1
2
3
4
5
6
7
8
9
((comment) @injection.content
  (#set! injection.language "comment"))

((content) @injection.content
  (#set! injection.language "html")
  (#set! injection.combined))

((code) @injection.content
  (#set! injection.language "javascript"))