{ Rouge }

An elegant, extendable code highlighter written in pure Ruby.

Available on GitHub

Server Error: A server error occurred while processing your request.
<?hh // strict

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