Go to file
Darko Luketic 692f324074 changed deprecated import() function so the script works with >=PHP8.0 2021-11-29 00:16:05 +01:00
css fork 2019-08-30 19:30:19 +02:00
fonts fork 2019-08-30 19:30:19 +02:00
js fork 2019-08-30 19:30:19 +02:00
langs fork 2019-08-30 19:30:19 +02:00
themes fork 2019-08-30 19:30:19 +02:00
trans fork 2019-08-30 19:30:19 +02:00
util changed deprecated import() function so the script works with >=PHP8.0 2021-11-29 00:16:05 +01:00
.gitignore fork 2019-08-30 19:30:19 +02:00
.gitmodules fork 2019-08-30 19:30:19 +02:00
README.md changed deprecated import() function so the script works with >=PHP8.0 2021-11-29 00:16:05 +01:00
crayon-syntax-highlighter.sublime-project fork 2019-08-30 19:30:19 +02:00
crayon_fonts.class.php fork 2019-08-30 19:30:19 +02:00
crayon_formatter.class.php fork 2019-08-30 19:30:19 +02:00
crayon_highlighter.class.php fork 2019-08-30 19:30:19 +02:00
crayon_langs.class.php fork 2019-08-30 19:30:19 +02:00
crayon_parser.class.php fork 2019-08-30 19:30:19 +02:00
crayon_resource.class.php fork 2019-08-30 19:30:19 +02:00
crayon_settings.class.php fork 2019-08-30 19:30:19 +02:00
crayon_settings_wp.class.php fork 2019-08-30 19:30:19 +02:00
crayon_themes.class.php fork 2019-08-30 19:30:19 +02:00
crayon_wp.class.php fork 2019-08-30 19:30:19 +02:00
global.php fork 2019-08-30 19:30:19 +02:00
readme.txt v2.8.5 2019-08-30 19:37:17 +02:00
screenshot-1.png fork 2019-08-30 19:30:19 +02:00
screenshot-2.png fork 2019-08-30 19:30:19 +02:00
screenshot-3.png fork 2019-08-30 19:30:19 +02:00
screenshot-4.png fork 2019-08-30 19:30:19 +02:00
screenshot-5.png fork 2019-08-30 19:30:19 +02:00

README.md

=== Crayon Syntax Highlighter ===

Syntax Highlighter supporting multiple languages, themes, fonts, highlighting from a URL, or post text. This is a fork with applied PRs and bumped semantic versioning.

== Description ==

A Syntax Highlighter built in PHP and jQuery that supports customizable languages and themes. It can highlight from a URL, or Wordpress post text. Crayon makes it easy to manage Language files and define custom language elements with regular expressions.

Contributions

Open for PRs. Please see the original repository for credits.

== Changelog ==

= 2.8.6 =

  • changed deprecated import() function so the script works with >=PHP8.0

= 2.8.5 =

  • FIXED:
    • Added a bunch of PRs and made it work with latest Wordpress