Highlight::Terminal
NAME
Highlight::Terminal - Highlight code using terminal colors
SYNOPSIS
use Highlight::Terminal;
say Q"my $bla = 42; for $bla/2 .. $bla { .say }".AST.DEPARSE: Highlight::Terminal;image highlighted.png not found
DESCRIPTION
Highlight::Terminal is a way to highlight Raku code using RakuAST and terminal colors.
TODO
Improve default theme
Make layout customisable
AUTHOR
Fernando CorrĂȘa de Oliveira [email protected]
COPYRIGHT AND LICENSE
Copyright 2024 Fernando CorrĂȘa de Oliveira
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.