nvim-treesitter/queries/squirrel/injections.scm
2023-03-07 23:45:54 -05:00

9 lines
206 B
Scheme

(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))