mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
9 lines
206 B
Scheme
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))
|