Skip to content

Commit 30f07a2

Browse files
committed
Update codemirror for website
1 parent 206ed1c commit 30f07a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/js/codemirror-mode-jsonnet.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
return "string-2";
8585
}
8686
} else {
87-
if (stream.match(/\\[\\"'bfnrt0]/)) {
87+
if (stream.match(/\\[\\"'\/bfnrt0]/)) {
8888
return "string-2";
8989
}
9090
if (stream.match(/\\u[0-9a-fA-F]{4}/)) {
@@ -178,7 +178,7 @@
178178
// Enter text block.
179179
if (stream.match(/\|\|\|/)) {
180180
state.textBlock = true;
181-
state.textBlockCol = null;
181+
state.textBlockIndent = null;
182182
return "string";
183183
}
184184

0 commit comments

Comments
 (0)