mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 11:40:05 +08:00
10 lines
206 B
Scheme
10 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))
|