From 4681c07bde702f64d630f25ef831267cd9ac09ee Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 21 Dec 2019 04:20:15 +0000 Subject: 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. --- tools/cheddar/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/cheddar/README.md (limited to 'tools/cheddar/README.md') diff --git a/tools/cheddar/README.md b/tools/cheddar/README.md new file mode 100644 index 000000000000..96faa34a4f6b --- /dev/null +++ b/tools/cheddar/README.md @@ -0,0 +1,10 @@ +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 -- cgit 1.4.1