QuiltiX Plugins 0.0.1
Custom Plugins for QuiltiX
|
Highlighter for glTF text. More...
Public Member Functions | |
__init__ (self) | |
Initialize the highlighter. | |
highlight (self, text) | |
Highlight the text. | |
Public Attributes | |
lexer = JsonLexer() | |
formatter = HtmlFormatter(linenos=False, style='github-dark') | |
Highlighter for glTF text.
Definition at line 64 of file materialxgltf/plugin.py.
plugin.GLTFHighlighter.__init__ | ( | self | ) |
Initialize the highlighter.
Definition at line 68 of file materialxgltf/plugin.py.
plugin.GLTFHighlighter.highlight | ( | self, | |
text ) |
Highlight the text.
text | The text to highlight |
Definition at line 77 of file materialxgltf/plugin.py.
plugin.GLTFHighlighter.formatter = HtmlFormatter(linenos=False, style='github-dark') |
Definition at line 75 of file materialxgltf/plugin.py.
plugin.GLTFHighlighter.lexer = JsonLexer() |
Definition at line 72 of file materialxgltf/plugin.py.