No description
| css | ||
| fonts | ||
| js | ||
| langs | ||
| themes | ||
| trans | ||
| util | ||
| .gitignore | ||
| .gitmodules | ||
| crayon_fonts.class.php | ||
| crayon_formatter.class.php | ||
| crayon_highlighter.class.php | ||
| crayon_langs.class.php | ||
| crayon_parser.class.php | ||
| crayon_resource.class.php | ||
| crayon_settings.class.php | ||
| crayon_settings_wp.class.php | ||
| crayon_themes.class.php | ||
| crayon_wp.class.php | ||
| global.php | ||
| README.md | ||
| readme.txt | ||
| screenshot-1.png | ||
| screenshot-2.png | ||
| screenshot-3.png | ||
| screenshot-4.png | ||
| screenshot-5.png | ||
=== 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