mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
Add additional languages to TinyMCE Codesample plugin
Whilst this commit brings new language support for TinyMCE Codesample plugin, it looks like hardcode TinyMCE defaults take precendence hence not all new languages receive proper theme formatting. To be fixed later.
This commit is contained in:
parent
c77b5c05ca
commit
f61f260db1
7 changed files with 754 additions and 68 deletions
|
@ -52,6 +52,7 @@ module.exports = function (defaults) {
|
|||
app.import('vendor/md5.js');
|
||||
app.import('vendor/moment.js');
|
||||
app.import('vendor/mousetrap.js');
|
||||
app.import('vendor/prism.js');
|
||||
app.import('vendor/slug.js');
|
||||
app.import('vendor/sortable.js');
|
||||
app.import('vendor/table-editor.min.js');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue