Skip to content
Snippets Groups Projects
Commit 147389d4 authored by mtaran-google's avatar mtaran-google Committed by Marijn Haverbeke
Browse files

[shell] auto-close backticks

parent 358086a5
No related branches found
No related tags found
Loading
......@@ -129,6 +129,7 @@ CodeMirror.defineMode('shell', function() {
token: function(stream, state) {
return tokenize(stream, state);
},
closeBrackets: "()[]{}''\"\"``",
lineComment: '#',
fold: "brace"
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment