Update CodeMirror to 5.13.5
This commit is contained in:
2
public/vendor/codemirror/mode/r/r.js
vendored
2
public/vendor/codemirror/mode/r/r.js
vendored
@@ -11,6 +11,8 @@
|
||||
})(function(CodeMirror) {
|
||||
"use strict";
|
||||
|
||||
CodeMirror.registerHelper("wordChars", "r", /[\w.]/);
|
||||
|
||||
CodeMirror.defineMode("r", function(config) {
|
||||
function wordObj(str) {
|
||||
var words = str.split(" "), res = {};
|
||||
|
||||
Reference in New Issue
Block a user