8000 GitHub - geisi/highlight: 🎨 Fast, extensible, server-side code highlighting for web and terminal
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

geisi/highlight

 
 

Repository files navigation

Fast, extensible, server-side code highlighting

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.

About

🎨 Fast, extensible, server-side code highlighting for web and terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 87.8%
  • CSS 12.2%
0