1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-01-14 02:23:16 +02:00
A general purpose syntax highlighter in pure Go
Go to file
2017-06-07 19:47:59 +10:00
_tools Fixes: css, html, php. 2017-06-07 19:47:59 +10:00
cmd/chroma Add "tokens" formatter. 2017-06-07 19:47:59 +10:00
formatters Add "tokens" formatter. 2017-06-07 19:47:59 +10:00
lexers Generalise and support 8, 256 and 16m colour terminals. 2017-06-07 19:47:59 +10:00
styles Generalise and support 8, 256 and 16m colour terminals. 2017-06-07 19:47:59 +10:00
.gitignore Initial commit 2017-06-07 19:47:08 +10:00
coalesce_test.go Use pointers to tokens + support regex flags in importer. 2017-06-07 19:47:59 +10:00
coalesce.go Generalise and support 8, 256 and 16m colour terminals. 2017-06-07 19:47:59 +10:00
lexer_test.go Use pointers to tokens + support regex flags in importer. 2017-06-07 19:47:59 +10:00
lexer.go Generalise and support 8, 256 and 16m colour terminals. 2017-06-07 19:47:59 +10:00
LICENSE Initial commit 2017-06-07 19:47:08 +10:00
Makefile Initial commit! Working! 2017-06-07 19:47:59 +10:00
mutators_test.go Add a bunch of automatically translated lexers. 2017-06-07 19:47:59 +10:00
mutators.go Generalise and support 8, 256 and 16m colour terminals. 2017-06-07 19:47:59 +10:00
tokentype_string.go Add a bunch of automatically translated lexers. 2017-06-07 19:47:59 +10:00
types.go Use pointers to tokens + support regex flags in importer. 2017-06-07 19:47:59 +10:00