Update CodeMirror to 5.13.5
This commit is contained in:
6
public/vendor/codemirror/mode/gfm/test.js
vendored
6
public/vendor/codemirror/mode/gfm/test.js
vendored
@@ -51,6 +51,12 @@
|
||||
"[comment ```]",
|
||||
"bar");
|
||||
|
||||
MT("fencedCodeBlockModeSwitchingObjc",
|
||||
"[comment ```objective-c]",
|
||||
"[keyword @property] [variable NSString] [operator *] [variable foo];",
|
||||
"[comment ```]",
|
||||
"bar");
|
||||
|
||||
MT("fencedCodeBlocksNoTildes",
|
||||
"~~~",
|
||||
"foo",
|
||||
|
||||
Reference in New Issue
Block a user