<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Hi All,<DIV><BR class="khtml-block-placeholder"></DIV><DIV>I just got the latest build, Version 1.5.5 (1372), and I noticed that the python language syntax is now somewhat broken for comment characters (#) inside regular expression strings r'some regular expression'.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>like:</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">     </SPAN>some_reg_string = r'#'</DIV><DIV>shows up as illegal / incomplete syntax.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>And e.g. all my code following this line:</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">     </SPAN>parentPattern = re.compile(r'^#extends (\w+)\s*$')</DIV><DIV>becomes:</DIV><DIV>source.python</DIV><DIV>meta.function-call.python</DIV><DIV>meta.function-call.arguments.python</DIV><DIV><BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; ">which is a little confusing.</SPAN></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>best,</DIV><DIV>dirk</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV>-----------------------------</DIV><DIV>Dirk van Oosterbosch</DIV><DIV>de Wittenstraat 225</DIV><DIV>1052 AT Amsterdam</DIV><DIV>the Netherlands</DIV><DIV><BR></DIV><DIV><A href="http://labs.ixopusada.com">http://labs.ixopusada.com</A></DIV><DIV>-----------------------------</DIV><BR class="Apple-interchange-newline"></SPAN> </DIV><BR></DIV></BODY></HTML>