source: code/trunk/vendor/github.com/alecthomas/chroma/v2/doc.go@ 67

Last change on this file since 67 was 67, checked in by Izuru Yakumo, 23 months ago

Use vendored modules

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 326 bytes
Line 
1// Package chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI-
2// coloured text, etc.
3//
4// Chroma is based heavily on Pygments, and includes translators for Pygments lexers and styles.
5//
6// For more information, go here: https://github.com/alecthomas/chroma
7package chroma
Note: See TracBrowser for help on using the repository browser.