6772c9b8e8
If enabled, the filter will convert text wrapped by language-* style class into a well-styled block of code. The filter uses PrismJS, and it also used by the TinyMCE editor to highlight the code sample plugin.
15 lines
479 B
XML
15 lines
479 B
XML
<?xml version="1.0"?>
|
|
<libraries>
|
|
<library>
|
|
<location>amd/src/prism.js</location>
|
|
<name>PrismJS</name>
|
|
<description>Prism is a lightweight, robust, and elegant syntax highlighting library. It's a spin-off project from Dabblet.</description>
|
|
<version>1.16.0</version>
|
|
<license>MIT</license>
|
|
<repository>https://github.com/PrismJS/prism</repository>
|
|
<copyrights>
|
|
<copyright>2012 Lea Verou</copyright>
|
|
</copyrights>
|
|
</library>
|
|
</libraries>
|