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
_tools Fixes: css, html, php. 2017-06-07 19:47:59 +10:00
cmd/chroma Support #pop:<n>. 2017-06-07 19:47:59 +10:00
formatters Use pointers to tokens + support regex flags in importer. 2017-06-07 19:47:59 +10:00
lexers Fixes: css, html, php. 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 Use pointers to tokens + support regex flags in importer. 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 Use pointers to tokens + support regex flags in importer. 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 Add a bunch of automatically translated lexers. 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