mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-02-02 00:50:10 +01:00
457 B
457 B
CodeSyntaxHighlight
superqt provides a code highlighter subclass of QSyntaxHighlighter
that can be used to highlight code in a QTextEdit.
Code lexer and available styles are from pygments python library
List of available languages are available here.
List of available styles are available here.
{{ show_members('superqt.utils.CodeSyntaxHighlight') }}