diff --git a/mode/julia/julia.js b/mode/julia/julia.js index 3e3560dcc2..435e94192a 100644 --- a/mode/julia/julia.js +++ b/mode/julia/julia.js @@ -422,6 +422,7 @@ CodeMirror.defineMode("julia", function(config, parserConf) { blockCommentStart: "#=", blockCommentEnd: "=#", lineComment: "#", + closeBrackets: "()[]{}\"\"", fold: "indent" }; return external;