Files
moodle/filter/codehighlighter/thirdpartylibs.xml
T
Meirza 6772c9b8e8 MDL-75963 filter: Added code highlighter filter
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.
2023-05-11 23:05:00 +07:00

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>