mirror of
https://github.com/documize/community.git
synced 2025-07-27 17:19:42 +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/dart/dart.js
vendored
Executable file → Normal file
4
gui/public/codemirror/mode/dart/dart.js
vendored
Executable file → Normal file
|
@ -12,8 +12,8 @@
|
|||
"use strict";
|
||||
|
||||
var keywords = ("this super static final const abstract class extends external factory " +
|
||||
"implements get native operator set typedef with enum throw rethrow " +
|
||||
"assert break case continue default in return new deferred async await " +
|
||||
"implements get native set typedef with enum throw rethrow " +
|
||||
"assert break case continue default in return new deferred async await covariant " +
|
||||
"try catch finally do else for if switch while import library export " +
|
||||
"part of show hide is as").split(" ");
|
||||
var blockKeywords = "try catch finally do else for if switch while".split(" ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue