##// END OF EJS Templates
Added automatic close of Brackets.
damianavila -
Show More
@@ -101,7 +101,8 b' var IPython = (function (IPython) {'
101 },
101 },
102 mode: 'ipython',
102 mode: 'ipython',
103 theme: 'ipython',
103 theme: 'ipython',
104 matchBrackets: true
104 matchBrackets: true,
105 autoCloseBrackets: true
105 }
106 }
106 };
107 };
107
108
General Comments 0
You need to be logged in to leave comments. Login now