Skip to content

Commit

Permalink
Added "esac" keyword for bash brush.
Browse files Browse the repository at this point in the history
  • Loading branch information
majie authored and alexgorbatchev committed Dec 16, 2011
1 parent d96289c commit 73f2511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shBrushBash.js
Expand Up @@ -5,7 +5,7 @@

function Brush()
{
var keywords = 'if fi then elif else for do done until while break continue case function return in eq ne ge le';
var keywords = 'if fi then elif else for do done until while break continue case esac function return in eq ne ge le';
var commands = 'alias apropos awk basename bash bc bg builtin bzip2 cal cat cd cfdisk chgrp chmod chown chroot' +
'cksum clear cmp comm command cp cron crontab csplit cut date dc dd ddrescue declare df ' +
'diff diff3 dig dir dircolors dirname dirs du echo egrep eject enable env ethtool eval ' +
Expand Down

0 comments on commit 73f2511

Please sign in to comment.