mirror of
https://github.com/helix-editor/helix
synced 2026-05-04 05:30:40 +02:00
c96642125f
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
12 lines
271 B
Scheme
12 lines
271 B
Scheme
((heredoc_body
|
|
(literal_content) @injection.content
|
|
(heredoc_end) @name
|
|
(#set! injection.language "sql"))
|
|
(#eq? @name "SQL"))
|
|
|
|
((heredoc_body
|
|
(literal_content) @injection.content
|
|
(heredoc_end) @name
|
|
(#set! injection.language "html"))
|
|
(#eq? @name "HTML"))
|