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.
This commit is contained in:
parent
87cf3a2c6f
commit
4681c07bde
8 changed files with 772 additions and 2 deletions
10
tools/cheddar/README.md
Normal file
10
tools/cheddar/README.md
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue