2017-10-22 05:37:38 +02:00
|
|
|
// Package chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI-
|
|
|
|
// coloured text, etc.
|
|
|
|
//
|
2018-01-06 23:02:24 +01:00
|
|
|
// Chroma is based heavily on Pygments, and includes translators for Pygments lexers and styles.
|
2017-10-22 05:37:38 +02:00
|
|
|
//
|
|
|
|
// For more information, go here: https://github.com/alecthomas/chroma
|
|
|
|
package chroma
|