highlight

Outputs syntax-highlighted source code to a variety of formats. More information: <http://www.andre-simon.de/doku/highlight/highlight.php>.

Debian Debian
RUN apt-get update && \ apt-get install -y highlight
Ubuntu
RUN apt-get update && \ apt-get install -y highlight
Alpine
RUN apk add highlight
Arch Arch Linux
RUN pacman -S --noconfirm highlight
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y highlight
CentOS
RUN yum install -y highlight
Fedora
RUN dnf install -y highlight
Raspbian
RUN apt-get update && \ apt-get install -y highlight
click the source code to copy install highlight on any operating system with command-not-found.com