crayon-syntax-highlighter
crayon-syntax-highlighter copied to clipboard
Update crayon_langs.class.php
Line 340:
[^\w-+#] seems no longer a valid Regex ini PHP 7.3
[^\w\-+#] fixes this.