mirror of
https://github.com/documize/community.git
synced 2025-08-01 19:45:24 +02:00
CodeMirror upgrade to 5.38.0
This commit is contained in:
parent
36be6243ad
commit
cfe30dcde5
52 changed files with 905 additions and 413 deletions
1
gui/public/codemirror/mode/soy/soy.js
vendored
1
gui/public/codemirror/mode/soy/soy.js
vendored
|
@ -22,6 +22,7 @@
|
|||
attributes: textMode,
|
||||
text: textMode,
|
||||
uri: textMode,
|
||||
trusted_resource_uri: textMode,
|
||||
css: CodeMirror.getMode(config, "text/css"),
|
||||
js: CodeMirror.getMode(config, {name: "text/javascript", statementIndent: 2 * config.indentUnit})
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue