tartrazine/src
Roberto Alsina 84980459cf feat: use the native crystal highlighter
The chroma highlighter for crystal is not great,
because the pygments one special cases things like
heredocs and that got lost in translation.

Since the crystal compiler comes with a highlighter
why not use it?
2024-09-09 16:14:35 -03:00
..
constants Integrate heuristics into lexer selection 2024-08-24 21:39:39 -03:00
formatters feat: higher level API (to_html and to_ansi) 2024-09-05 12:03:33 -03:00
actions.cr Rebase to main 2024-08-24 19:59:05 -03:00
bytes_regex.cr Rebase to main 2024-08-24 19:59:05 -03:00
formatter.cr Make formatter a bit more convenient 2024-08-19 11:26:34 -03:00
heuristics.cr Integrate heuristics into lexer selection 2024-08-24 21:39:39 -03:00
lexer.cr feat: use the native crystal highlighter 2024-09-09 16:14:35 -03:00
main.cr fix: renamed BaseLexer to Lexer and Lexer to RegexLexer to make API nicer 2024-09-04 11:37:36 -03:00
rules.cr feat: use the native crystal highlighter 2024-09-09 16:14:35 -03:00
run_tests.cr build: switch from Makefile to Hacefile 2024-09-04 11:37:33 -03:00
styles.cr feat: use the native crystal highlighter 2024-09-09 16:14:35 -03:00
tartrazine.cr fix: make it easier to import the Ansi formatter 2024-09-04 11:37:36 -03:00