1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
helix/runtime/queries/typst/injections.scm

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"))