On Thu, Nov 10, 2011 at 11:30, Chris Reece <c...@jessies.org> wrote:
> As in the attached image, Evergreen needs to distinguish between use of # to begin comments and use of #{} substitutions:
>
>
>
>
> The first is not highlighted because of the adjacent, preceding '[' -- stick a space between them and it turns green. Here's some test code demonstrating the %x, in case you're tempted to read incorrectness into its hideousness:
>
> $ irb
> ruby-1.9.2-p290 :001 > f='foo'
> => "foo"
> ruby-1.9.2-p290 :002 > b='bar'
> => "bar"
> ruby-1.9.2-p290 :003 > %x[echo #{f} #{b}]
> => "foo bar\n"
>
> I'll take a look through salma-hayek some time, when I get time, unless you want to fix this up first.
>
> --
> You received this message because you are subscribed to the Google Groups "evergreen-users" group.
> To post to this group, send email to evergre...@googlegroups.com.
> To unsubscribe from this group, send email to evergreen-use...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/evergreen-users?hl=en.
>
>
>
--
Elliott Hughes - http://www.jessies.org/~enh/