mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-02-01 08:30:14 +01:00
11 lines
406 B
Markdown
11 lines
406 B
Markdown
# Utils
|
|
|
|
## Code highlighting
|
|
|
|
`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`](https://pygments.org/) python library
|
|
List of available languages are available [here](https://pygments.org/languages/).
|
|
List of available styles are available [here](https://pygments.org/styles/).
|