
Yukki::Web::Plugin::SyntaxHighlight - add syntax highlighting to wiki pages

version 0.121790

<div>{{highlight:Perl:
use v5.14;
use Moose;
has something => ( is => 'ro' );
}}</div>
<span>{{highlight:JavaScript:window.location.hash = '#foo'}}</span>
{{highlight-div:Perl:
use v5.14;
use Moose;
has something => ( is => 'ro' );
}}
{{highlight-span:JavaScript:window.location.hash = '#foo'}}

Performs syntax highlighting of text. This is able to highlight all the file types listed here with teh Syntax::Highlight::Engine::Kate module:

Sets up the "highlight" helper.

This is used to format the double-curly brace {{highlight:...}}. Do not use.
This is used to format the double-curly brace {{highlight-asis:...}}. Do not use.

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

This software is copyright (c) 2012 by Qubling Software LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.