aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/squirrel/injections.scm
blob: 578a9eeca78a61f3515ca0e44600c776a9abc728 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
((comment) @injection.content
  (#set! injection.language "comment"))

((verbatim_string) @injection.content
  (#lua-match? @injection.content "^@\"<html")
  (#set! injection.language "html")
  (#offset! @injection.content 0 2 0 -1))

((verbatim_string) @injection.content
  (#lua-match? @injection.content "@\"<!DOCTYPE html>")
  (#set! injection.language "html")
  (#offset! @injection.content 0 2 0 -1))