Skip to content

Commit 5600b5e

Browse files
KyleMcNuttmarijnh
authored andcommitted
[shell mode] Add hg and svn as highlighted commands
1 parent db794e8 commit 5600b5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mode/shell/shell.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ CodeMirror.defineMode('shell', function() {
3030

3131
// Commands
3232
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 ' +
33+
'curl cut diff echo find gawk gcc get git grep hg kill killall ln ls make ' +
3434
'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 ' +
35+
'shopt shred source sort sleep ssh start stop su sudo svn tee telnet top ' +
3636
'touch vi vim wall wc wget who write yes zsh');
3737

3838
function tokenBase(stream, state) {

0 commit comments

Comments
 (0)