I would like to syntax-highlight VBA in my typst document. Weirdly enough the code appears syntax-highlighted in my vs code edit as I am importing codly-languages, however in the final rendered PDF it isn't.
Here's a minimal working example:
Private Sub Click()
End Sub
I would like to syntax-highlight VBA in my typst document. Weirdly enough the code appears syntax-highlighted in my vs code edit as I am importing
codly-languages, however in the final rendered PDF it isn't.Here's a minimal working example: