go-chroma 2.14.0
General purpose syntax highlighter in pure Golang
Chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI-coloured text, etc. This package provides an command line interface (CLI) tool.
- Website: https://github.com/alecthomas/chroma
- Licenses: ASL 2.0
- Package source: gnu/packages/golang-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install go-chroma 2.14.0
as follows:
guix install go-chroma@2.14.0
Or install the latest version:
guix install go-chroma
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.