tvl-depot/tools/cheddar/README.md
Vincent Ambo 4681c07bde feat(tools/cheddar): Check in new syntax highlighting tool
The first step with this tool will be to use it as a source-filter for
cgit. The second step is to use it as the Markdown renderer by
depending on one of the Markdown libraries, with integration for
rendering code snippets directly.
2019-12-21 04:54:57 +00:00

10 lines
279 B
Markdown

cheddar
=======
Cheddar is a tiny Rust tool that uses [syntect][] to render source code to
syntax-highlighted HTML.
The name was chosen because I was eyeing a pack of cheddar-flavoured crisps
while thinking about name selection.
[syntect]: https://github.com/trishume/syntect