tempest/highlight

Fast, extensible, server-side code highlighting

Fund package maintenance!
brendt

2.3.3 2024-05-02 08:32 UTC

This package is auto-updated.

Last update: 2024-05-02 08:32:47 UTC


README

Coverage Status

Quickstart

composer require tempest/highlight

Highlight code like this:

$highlighter = new \Tempest\Highlight\Highlighter();

$code = $highlighter->parse($code, 'php');

Continue reading in the docs: https://tempest.stitcher.io/highlight/01-getting-started.