Files
superqt/docs/utilities/code_syntax_highlight.md
Talley Lambert fd0cc09eb0 more docs
2022-10-04 17:09:29 -04:00

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') }}