slgobinath / libreoffice-code-highlighter

Code snippet highlighter for LibreOffice Writer, Calc and Impress.
https://extensions.libreoffice.org/extensions/code-highlighter
Other
133 stars 16 forks source link

[feature request] IPython console highlighting #30

Closed CarloLucibello closed 5 years ago

CarloLucibello commented 6 years ago

currently only standard python console support is provided, while an input like this is not highlighted correctly

In [1]: x=1

In [2]: x+3
Out[2]: 4
slgobinath commented 5 years ago

Hi, This extension depends on Pygments to highlight code snippets. Pygments does not provide this lexer. Therefore, I cannot provide this feature at the moment. If Pygments include it in future, I will update the extension as well. Thanks