fuz_code
fuz_code is a syntax highlighter: it turns source code into HTML or highlighted ranges with token CSS classes, and knows nothing about the DOM. It originated as a fork and by-hand rewrite of Prism by Lea Verou, with a redesigned tokenizer that replaces regular expressions with lexers per language emitting a flat token event stream.
<h1>hello {name}</h1>docs
samples
benchmark