07e2b61128
Add code formatting (indenting) as well as code style (tag color) via a TinyMC plugin. To make it easier to make code edits when viewing the editor content in source code view.
20 lines
665 B
XML
20 lines
665 B
XML
<?xml version="1.0"?>
|
|
<libraries>
|
|
<library>
|
|
<location>amd/src/codemirror-lazy.js</location>
|
|
<name>codemirror</name>
|
|
<description>CodeMirror is a versatile text editor implemented in JavaScript for the browser.</description>
|
|
<version>6.0.1</version>
|
|
<license>MIT</license>
|
|
<repository>https://github.com/codemirror/</repository>
|
|
</library>
|
|
<library>
|
|
<location>amd/src/beautify</location>
|
|
<name>js-beautify</name>
|
|
<description>Beautifier for javascript.</description>
|
|
<version>1.14.8</version>
|
|
<license>MIT</license>
|
|
<repository>https://github.com/beautify-web/js-beautify/</repository>
|
|
</library>
|
|
</libraries>
|