nvim-treesitter/queries/squirrel/injections.scm

10 lines
206 B
Scheme
Raw Normal View History

2023-03-06 04:46:43 -05:00
(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))