From 01685c255fda6e13f1cd2980130d2e388d52125c Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sat, 4 Jul 2015 11:31:01 +0800 Subject: Updated codemirror to 5.4.0 --- public/vendor/codemirror/mode/vb/vb.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public/vendor/codemirror/mode/vb') diff --git a/public/vendor/codemirror/mode/vb/vb.js b/public/vendor/codemirror/mode/vb/vb.js index 665248f4..d78f91f7 100755 --- a/public/vendor/codemirror/mode/vb/vb.js +++ b/public/vendor/codemirror/mode/vb/vb.js @@ -264,8 +264,9 @@ CodeMirror.defineMode("vb", function(conf, parserConf) { if (trueText.match(closing) || trueText.match(doubleClosing) || trueText.match(middle)) return conf.indentUnit*(state.currentIndent-1); if(state.currentIndent < 0) return 0; return state.currentIndent * conf.indentUnit; - } + }, + lineComment: "'" }; return external; }); -- cgit v1.2.3