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;
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 fco@cpan.org
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.