Go to file
Darko Luketic 63a8476f37 freaking commit messages 2021-11-29 13:33:06 +01:00
css fork 2019-08-30 19:30:19 +02:00
fonts fork 2019-08-30 19:30:19 +02:00
js cleanup and update of jquery-colorpicker dependency 2021-11-29 01:25:11 +01: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 more cleanup 2021-11-29 12:04:01 +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_fonts.class.php cleanup and update of jquery-colorpicker dependency 2021-11-29 01:25:11 +01:00
crayon_formatter.class.php cleanup and update of jquery-colorpicker dependency 2021-11-29 01:25:11 +01:00
crayon_highlighter.class.php cleanup and update of jquery-colorpicker dependency 2021-11-29 01:25:11 +01:00
crayon_langs.class.php freaking commit messages 2021-11-29 13:33:06 +01:00
crayon_parser.class.php cleanup and update of jquery-colorpicker dependency 2021-11-29 01:25:11 +01:00
crayon_resource.class.php cleanup and update of jquery-colorpicker dependency 2021-11-29 01:25:11 +01:00
crayon_settings.class.php freaking commit messages 2021-11-29 13:33:06 +01:00
crayon_settings_wp.class.php freaking commit messages 2021-11-29 13:33:06 +01:00
crayon_themes.class.php cleanup and update of jquery-colorpicker dependency 2021-11-29 01:25:11 +01:00
crayon_wp.class.php cleanup and update of jquery-colorpicker dependency 2021-11-29 01:25:11 +01:00
global.php freaking commit messages 2021-11-29 13:33:06 +01:00
readme.txt more cleanup 2021-11-29 12:04:01 +01: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