<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>