Module highlighting

Module highlighting 

Source

Structsยง

CUSTOM_SYNTAX_SET ๐Ÿ”’
HighlightColor
A color representation suitable for PDF rendering using RGB values.
HighlightedToken
A syntax-highlighted code token with styling information.
SYNTAX_SET ๐Ÿ”’
THEME_SET ๐Ÿ”’

Functionsยง

get_syntax_mapping ๐Ÿ”’
Maps language names to syntect syntax definitions
highlight_code
Highlights code using syntax highlighting rules based on the specified language.
highlight_code_with_syntect ๐Ÿ”’
Core syntax highlighting using syntect
load_custom_syntaxes ๐Ÿ”’
Load custom syntaxes from embedded .sublime-syntax files using SyntaxSetBuilder