[SVN] Revision 1281 (UnixShell)

Allan Odgaard allan at macromates.com
Fri Jul 1 11:32:17 UTC 2005


• rewrote the grammar to match most of the high level constructs mentioned in “man bash”. I didn't use recursion for several of the constructs which actually do contain shell expressions (e.g. interpolated strings), mainly because bash works by doing 7 iterative expansions and quote/space removal, and it's rather difficult to simulate this with a grammar.

Changed:
U   trunk/Bundles/UnixShell.tmbundle/Syntaxes/Shell-Unix-Generic.plist



More information about the textmate-dev mailing list