A sugar adding sweet Bash support to Espresso 2.0.
Rename the folder to Bash.sugar and double click. Restart Espresso and you're good to go!
Another option is Terminal:
cd ~/Library/Application\ Support/Espresso/Sugars/
git clone git://github.com/tixz/Bash.sugar.git
The sugar provides code highlighting and CodeSense for most basic bash scripting. Note: There seems to be a problem with CodeSense when typing on the last line of a document in Espresso. To fix this add a couple of lines to the end of your file and CodeSense functions again. Also not all completions will show up when in the list window or when pressing Esc CodeSense includes:
\#! (Shebang)
<< (Heredoc)
function
if … then
elif … then
else … then
case … in
select … in … do
for … do
while … do
until … do
Suggestions and improvements are much appreciated!
Copyright (c) 2011 Emil Melgaard. Originally developed by Martin Kühl, 2009.
This sugar is released under the MIT License. See LICENSE
for details.