Skip to content

Commit

Permalink
[julia mode] Don't autoclose single quotes in Julia code
Browse files Browse the repository at this point in the history
Closes #5742
  • Loading branch information
marijnh committed Jan 11, 2019
1 parent 0e80400 commit 816430b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mode/julia/julia.js
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ CodeMirror.defineMode("julia", function(config, parserConf) {
blockCommentStart: "#=",
blockCommentEnd: "=#",
lineComment: "#",
closeBrackets: "()[]{}\"\"",
fold: "indent"
};
return external;
Expand Down

0 comments on commit 816430b

Please sign in to comment.