Syntax Highlighting¶
Currently basic syntax highlighting is supported for several environments:
vscode-rzkVS Code extension provides syntax highlighting for both*.rzkfiles andrzkcode blocks in Markdown files.- HighlightJS syntax highlighting (used by MkDocs) is available at https://github.com/rzk-lang/rzk/blob/develop/docs/custom_theme/js/rzk.js
- Pygments syntax highlighting is available a Python package at https://github.com/rzk-lang/rzk/tree/develop/rzk/RzkLexer. This syntax highlighter is suitable for using with LaTeX (e.g. with
mintedpackage). - There is also an obsolete syntax highlighting mode for CodeMirror 5.