-
-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Description
This is different than the other issue which is about the highlighting syntax support for typst block
Here I am thinking it would be great to have Syntax Highlighting Pandoc's feature be supported for Typst output so that we could get the same highlighting and theme than in other format (e.g. setting --highlight-style pygments)
Opening the issue here to discuss as this is relevant to https://pandoc.org/MANUAL.html#syntax-highlighting provided by skylighting
It seems Typst uses its own logic though with
- Syntax based on sublime-syntax (https://typst.app/docs/reference/text/raw/#parameters-syntaxes)
- Theme based on thTheme (https://typst.app/docs/reference/text/raw/#parameters-theme)
So maybe it is matter of just provided same themes for typst or syntax closer to XML KDE (which would require a conversion to sublime-syntax file I guess).
Anyhow, opening for discussion after a first talk with @tarleb
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels