We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db794e8 commit 5600b5eCopy full SHA for 5600b5e
1 file changed
mode/shell/shell.js
@@ -30,9 +30,9 @@ CodeMirror.defineMode('shell', function() {
30
31
// Commands
32
define('builtin', 'ab awk bash beep cat cc cd chown chmod chroot clear cp ' +
33
- 'curl cut diff echo find gawk gcc get git grep kill killall ln ls make ' +
+ 'curl cut diff echo find gawk gcc get git grep hg kill killall ln ls make ' +
34
'mkdir openssl mv nc node npm ping ps restart rm rmdir sed service sh ' +
35
- 'shopt shred source sort sleep ssh start stop su sudo tee telnet top ' +
+ 'shopt shred source sort sleep ssh start stop su sudo svn tee telnet top ' +
36
'touch vi vim wall wc wget who write yes zsh');
37
38
function tokenBase(stream, state) {
0 commit comments