{ Rouge }

An elegant, extendable code highlighter written in pure Ruby.

Available on GitHub

<?hh // strict

async function foo(): Awaitable<string> {
  return await (() ==> 'Hello, world')();
}