1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-01-12 01:22:30 +02:00
A general purpose syntax highlighter in pure Go
Go to file
2017-06-07 19:47:59 +10:00
cmd/chroma Initial commit! Working! 2017-06-07 19:47:59 +10:00
formatters Initial commit! Working! 2017-06-07 19:47:59 +10:00
lexers Initial commit! Working! 2017-06-07 19:47:59 +10:00
.gitignore Initial commit 2017-06-07 19:47:08 +10:00
coalesce_test.go Initial commit! Working! 2017-06-07 19:47:59 +10:00
coalesce.go Initial commit! Working! 2017-06-07 19:47:59 +10:00
lexer_test.go Initial commit! Working! 2017-06-07 19:47:59 +10:00
lexer.go Initial commit! Working! 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
modifiers_test.go Initial commit! Working! 2017-06-07 19:47:59 +10:00
modifiers.go Initial commit! Working! 2017-06-07 19:47:59 +10:00
tokentype_string.go Initial commit! Working! 2017-06-07 19:47:59 +10:00
types.go Initial commit! Working! 2017-06-07 19:47:59 +10:00