Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ACDGHILMOPQRSTUVWZ
]
php-kukulich-fshl - FSHL: fast syntax highlighter
- Website:
- http://fshl.kukulich.cz/
- Licence:
- GPLv2+
- Vendor:
- Remi Collet
- Description:
FSHL is a free, open source, universal, fast syntax highlighter written in PHP.
A very fast parser performs syntax highlighting for few languages and produces
a HTML output.
To use this library, you just have to add, in your project:
require_once '/usr/share/php/FSHL/autoload.php';
Packages
php-kukulich-fshl-2.1.0-4.fc25.remi.noarch
|
[64 KiB]
|
Changelog by Remi Collet (2017-02-16):
- open https://github.com/kukulich/fshl/issues/12 failed tests
- add patch from https://github.com/kukulich/fshl/pull/13
workaround for failed test with PHP 7.1, fix FTBFS
|