Air::Plugin::Hilite

Use Hilite / Rainbow code highlighting in the Air web authoring tools

Air::Plugin::Hilite

SYNOPSIS

use Air::Functional :BASE;
use Air::Base;
use Air::Plugin::Hilite;

sub SITE is export {
    site :register[Hilite.new],
        index
            main
                hilite 'say "yo, baby!"';
}

DESCRIPTION

Air::Plugin::Hilite is a plugin for websites authored in the raku Air module

It acts as a Receptacle (fancy word for socket) for the raku Hilite module and enables it for the Air eco-system.

AUTHOR

librasteve [email protected]

COPYRIGHT AND LICENSE

Copyright 2025 Henley Cloud Consulting Ltd.

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

Air::Plugin::Hilite v0.0.10

Use Hilite / Rainbow code highlighting in the Air web authoring tools

Authors

  • librasteve

License

Artistic-2.0

Dependencies

AirHilite:ver<0.2.7>:auth<zef:librasteve>

Test Dependencies

Provides

  • Air::Plugin::Hilite

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.