Browse Source

Add highlighting.

pull/1159/head
Jamie 4 years ago
parent
commit
c1647a3321
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -651,6 +651,7 @@ Libraries to help manage database schemas and migrations.
651 651
 * [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
652 652
 * [PHP CSS Parser](https://github.com/sabberworm/PHP-CSS-Parser) - A Parser for CSS Files written in PHP.
653 653
 * [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
654
+* [Shiki PHP](https://github.com/spatie/shiki-php) - A [Shiki](https://github.com/shikijs/shiki) code highlighting package in PHP.
654 655
 
655 656
 ### Strings
656 657
 *Libraries for parsing and manipulating strings.*

Loading…
Cancel
Save