nvim-treesitter/queries/typst/injections.scm
LamprosPitsillos 6bd108a6f1
feat(typst): add raw block injections
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
2024-02-20 08:46:58 -05:00

6 lines
140 B
Scheme

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