1
0
mirror of https://github.com/helix-editor/helix synced 2026-05-04 05:30:40 +02:00
Files
helix/runtime/queries/typst/injections.scm
2024-04-29 17:44:20 +02:00

11 lines
204 B
Scheme

(raw_blck
(blob) @injection.shebang @injection.content)
(raw_blck
lang: (ident) @injection.language
(blob) @injection.content)
((comment)
@injection.content
(#set! injection.language "comment"))