juniora/highlight

Fast, extensible, server-side code highlighting

Fund package maintenance!
brendt

2.11.0 2024-08-28 15:27 UTC

This package is not auto-updated.

Last update: 2024-09-25 15:47:08 UTC


README

Coverage Status

Quickstart

composer require juniora/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.