Re: bash code not colored properly

2010-02-20 Thread zpcspm
Edward K. Ream wrote: > Feel free to file an official bug report. Done. https://bugs.launchpad.net/leo-editor/+bug/525004 -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to leo-edi...@googlegroups.com. To unsubs

Re: bash code not colored properly

2010-02-20 Thread Edward K. Ream
On Tue, Jan 26, 2010 at 11:46 AM, zpcspm wrote: > Today I was writing a simple bash script and I've noticed that leo > doesn't color variable names properly. I'm attaching a trivial snippet > that shows this: > > --- cut here --- > @language shell > > FOO_BAR='foo bar' > FOO1_BAR1='foo1 bar1' > >

bash code not colored properly

2010-01-26 Thread zpcspm
Today I was writing a simple bash script and I've noticed that leo doesn't color variable names properly. I'm attaching a trivial snippet that shows this: --- cut here --- @language shell FOO_BAR='foo bar' FOO1_BAR1='foo1 bar1' echo $FOO_BAR* echo $FOO_BAR-$FOO1_BAR1 --- cut here --- The variab