feat(typst): add raw block injections

Co-authored-by: Christian Clason <c.clason@uni-graz.at>
This commit is contained in:
LamprosPitsillos 2024-02-20 15:46:58 +02:00 committed by GitHub
parent 7eeb26e69c
commit 6bd108a6f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,2 +1,6 @@
((comment) @injection.content
(#set! injection.language "comment"))
(raw_blck
(ident) @injection.language
(blob) @injection.content)