Skip to content
Snippets Groups Projects
Commit c9b932bd authored by Daniele Di Sarli's avatar Daniele Di Sarli Committed by Marijn Haverbeke
Browse files

[shell mode] Add folding helper reference

parent dd2b9d86
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,8 @@ CodeMirror.defineMode('shell', function() {
token: function(stream, state) {
return tokenize(stream, state);
},
lineComment: '#'
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