##// END OF EJS Templates
Merge pull request #5372 from minrk/no-close-strings...
Fernando Perez -
r15843:9c1c7a7e merge
parent child Browse files
Show More
@@ -102,7 +102,8 b' var IPython = (function (IPython) {'
102 mode: 'ipython',
102 mode: 'ipython',
103 theme: 'ipython',
103 theme: 'ipython',
104 matchBrackets: true,
104 matchBrackets: true,
105 autoCloseBrackets: true
105 // don't auto-close strings because of CodeMirror #2385
106 autoCloseBrackets: "()[]{}"
106 }
107 }
107 };
108 };
108
109
General Comments 0
You need to be logged in to leave comments. Login now