mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
12 lines
407 B
Scheme
12 lines
407 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((verbatim_string) @injection.content
|
|
(#lua-match? @injection.content "^@\"<html")
|
|
(#set! injection.language "html")
|
|
(#offset! @injection.content 0 2 0 -1))
|
|
|
|
((verbatim_string) @injection.content
|
|
(#lua-match? @injection.content "@\"<!DOCTYPE html>")
|
|
(#set! injection.language "html")
|
|
(#offset! @injection.content 0 2 0 -1))
|