Skip to content

Commit 816430b

Browse files
committed
[julia mode] Don't autoclose single quotes in Julia code
Closes #5742
1 parent 0e80400 commit 816430b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mode/julia/julia.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ CodeMirror.defineMode("julia", function(config, parserConf) {
422422
blockCommentStart: "#=",
423423
blockCommentEnd: "=#",
424424
lineComment: "#",
425+
closeBrackets: "()[]{}\"\"",
425426
fold: "indent"
426427
};
427428
return external;

0 commit comments

Comments
 (0)