fuz_code

fuz_code is a syntax highlighting library. It runs one lexer per language without regular expressions, outputs HTML strings or Svelte components, and can compile static content at build time. 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