mirror of
https://github.com/documize/community.git
synced 2025-07-30 02:29:43 +02:00
CodeMirror dependency upgraded to v5.32.0
For handling Markdown and Code section types
This commit is contained in:
parent
3337db6b27
commit
0336f84a83
351 changed files with 3408 additions and 1945 deletions
4
gui/public/codemirror/mode/groovy/groovy.js
vendored
Executable file → Normal file
4
gui/public/codemirror/mode/groovy/groovy.js
vendored
Executable file → Normal file
|
@ -21,9 +21,9 @@ CodeMirror.defineMode("groovy", function(config) {
|
|||
"abstract as assert boolean break byte case catch char class const continue def default " +
|
||||
"do double else enum extends final finally float for goto if implements import in " +
|
||||
"instanceof int interface long native new package private protected public return " +
|
||||
"short static strictfp super switch synchronized threadsafe throw throws transient " +
|
||||
"short static strictfp super switch synchronized threadsafe throw throws trait transient " +
|
||||
"try void volatile while");
|
||||
var blockKeywords = words("catch class do else finally for if switch try while enum interface def");
|
||||
var blockKeywords = words("catch class def do else enum finally for if interface switch trait try while");
|
||||
var standaloneKeywords = words("return break continue");
|
||||
var atoms = words("null true false this");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue