There was an error while loading. Please reload this page.
1 parent b9e6190 commit c65a95dCopy full SHA for c65a95d
mode/cypher/cypher.js
@@ -19,6 +19,7 @@
19
20
CodeMirror.defineMode("cypher", function(config) {
21
var tokenBase = function(stream/*, state*/) {
22
+ curPunc = null
23
var ch = stream.next();
24
if (ch ==='"') {
25
stream.match(/^[^"]*"/);
0 commit comments