feat: add Squirrel

This commit is contained in:
Amaan Qureshi 2023-03-06 04:46:43 -05:00
parent ba4bce9bb7
commit 71be7c04d5
8 changed files with 480 additions and 0 deletions

View file

@ -0,0 +1,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))