custura/highlight

Fast, extensible, server-side code highlighting

Maintainers

Details

github.com/custura/highlight

Source

Fund package maintenance!
brendt

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 43

pkg:composer/custura/highlight

dev-main 2024-12-15 13:07 UTC

This package is auto-updated.

Last update: 2025-10-15 15:05:48 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://tempestphp.com/docs/highlight/01-getting-started.