Hey Dirk,I was attempting to match the comment style of "verbose" regular expressions... Unfortunately, there isn't a good way to tell whether or not those should be enabled, so I'm just going to remove it altogether.–AlexOn Mar 21, 2007, at 1:08 PM, Dirk van Oosterbosch, IR labs wrote:Hi All,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'.like:some_reg_string = r'#'shows up as illegal / incomplete syntax.And e.g. all my code following this line:parentPattern = re.compile(r'^#extends (\w+)\s*$')becomes:source.pythonmeta.function-call.pythonmeta.function-call.arguments.pythonwhich is a little confusing.