mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
27 lines
375 B
Markdown
27 lines
375 B
Markdown
# Code Preview Plugin
|
|
|
|
This plugin adds syntax highlighting (using the Pygments syntax highlighter)
|
|
to event materials that look like source code files.
|
|
|
|
The following languages are supported:
|
|
|
|
- C / C++
|
|
- C#
|
|
- CSS
|
|
- Fortran
|
|
- Java
|
|
- JavaScript
|
|
- PHP
|
|
- Python
|
|
- Ruby
|
|
|
|
## Changelog
|
|
|
|
### 3.2
|
|
|
|
- Declare compatibility with Python 3.10
|
|
|
|
### 3.0
|
|
|
|
- Initial release for Indico 3.0
|