<div>Alas, if this issue has been addressed, my google-fu is failing me.</div>
<div>I use Ubuntu 11.04, and geany 0.20 right now.</div>
<div>I love it!</div>
<div>Geany I mean.  I have a love/hate relationship with Ubuntu :)</div>
<div>I use geany as part of my ruby development toolset, and am having a slight problem with trying to get the colors just right for items in double quotes, ie "</div>
<div>when I write the following code:</div>
<div> </div>
<div>Given /^I have a "([^"]*)"$/ do | item |</div>
<div>  #Awesome code for 'item'</div>
<div>end</div>
<div> </div>
<div>and save it as a ruby file, the " in the middle get's read as the matching quote for the first ".  It's not, it's part of a regular expression.</div>
<div>What's the best solution for making the middle " read as part of the string?</div>
<div>Thanks!</div>
<div>GB Hoyt</div>
<div>Lakeland, FL</div>