diff --git a/static/js/editor.js b/static/js/editor.js index 7798d20..eae3ec8 100644 --- a/static/js/editor.js +++ b/static/js/editor.js @@ -149,6 +149,7 @@ var editors = { var editor = CodeMirror.fromTextArea(document.getElementById("editor" + id), { lineNumbers: true, autoCloseBrackets: true, + matchBrackets: true, highlightSelectionMatches: {showToken: /\w/}, rulers: rulers, styleActiveLine: true, diff --git a/view/index.html b/view/index.html index dfcdefc..9f6e5af 100644 --- a/view/index.html +++ b/view/index.html @@ -167,6 +167,7 @@ +