<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">\\<div><br><div><div>On Nov 6, 2011, at 2:04 PM, Bjarke Durhuus wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="font-family: verdana, geneva, helvetica, arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">Im trying to create a bundle for GAMS and when wanting to do syntax highlighting i have an issue. Several of the commands in GAMS starts with a $ sign, e.g. $INCLUDE, so how do i get the editor to recognize this? I've tried doing the litteral \$ but it wont recognize it in my syntax. <br>
<br>                {     name = 'keyword'; <br>                        match = '^\b((?i)(\$INCLUDE))\b'; <br>                } <br><br>What am i doing wrong?</span>
<br>_______________________________________________<br>textmate mailing list<br><a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>http://lists.macromates.com/listinfo/textmate</blockquote></div><br></div></body></html>