moodle/filter/codehighlighter/thirdpartylibs.xml
Daniel Ziegenberg 793385b256
MDL-79680 libraries: Upgrade PrismJS to 1.29.0
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-08-15 18:07:37 +02:00

14 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.29.0</version>
<license>MIT</license>
<repository>https://github.com/PrismJS/prism</repository>
<copyrights>
<copyright>2012 Lea Verou</copyright>
</copyrights>
</library>
</libraries>