Skip to content

Commit 640fbb2

Browse files
snasamarijnh
authored andcommitted
Update shell.js
1 parent fcacef1 commit 640fbb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mode/shell/shell.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ CodeMirror.defineMode('shell', function() {
128128
startState: function() {return {tokens:[]};},
129129
token: function(stream, state) {
130130
return tokenize(stream, state);
131-
}
131+
},
132+
lineComment: '#'
132133
};
133134
});
134135

0 commit comments

Comments
 (0)