How to Install chroma in Ubuntu 18.04



Install chroma by entering the following commands in the terminal:

sudo apt update
sudo apt install chroma

Description:

general purpose syntax highlighter in pure Go

Chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI-coloured text, etc. . Chroma is based heavily on Pygments (http://pygments.org/), and includes translators for Pygments lexers and styles.

Homepage: https://github.com/alecthomas/chroma

Version: 0.4.0+git20180402.51d250f-1

Section: universe/devel