kelunik/highlight
Composer 安装命令:
composer require kelunik/highlight
包简介
PHP Syntax Highlighter
README 文档
README
A (PHP) syntax highlighter written in PHP.
<?php $hl = new Kelunik\Highlight\Highlighter(new HtmlFormatter("php")); // <optional> $hl->addPreProcessor(new Your\Custom\PreProcessor); $hl->addPostProcessor(new Your\Custom\PostProcessor); // </optional> print $hl->highlight("<?php print 'Hello World';");
CLI
These CLI scripts should give you some hints on how to use the API.
bin/highlight /path/to/file.php
bin/highlight-html /path/to/file.php > out.html
Supported Languages
Currently, only PHP is supported. But you could just add another Lexer.
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-11