aboutsummaryrefslogtreecommitdiffstats
path: root/queries/squirrel/injections.scm
blob: 97cd403507652cc003e6cb204e6ec5909875dede (plain) (blame)
1
2
3
4
5
6
7
8
9
(comment) @comment

((verbatim_string) @html
  (#lua-match? @html "^@\"<html")
  (#offset! @html 0 2 0 -1))

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