Introduction
What does it do?
In technical articles it is sometimes necessary to embed code snippets into the text of a page. To improve the readability of the snippets, the syntax highlighting of code is appreciated - as in modern IDEs.
The extension provides a new content element to achieve this goal. You can choose between several themes.
Screenshots
PHP code snippet
Example output using the Coy theme for a PHP code snippet with line numbers and line highlighting:
Shell command
Example output using the Coy theme for a shell command with prompt:
CSS inline colours
Example output using the Coy theme for a CSS snippet with activated inline colours (the coloured square before the colour definition):
Treeview
Example for a treeview to highlight file system tree structures:
Release management
This extension uses semantic versioning which basically means for you, that
- Bugfix updates (for example, 1.0.0 => 1.0.1) just includes small bug fixes or security relevant stuff without breaking changes.
- Minor updates (for example, 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes.
- Major updates (for example, 1.0.0 => 2.0.0) breaking changes which can be refactorings, features or bug fixes.