Timothy Callemein

Results 2 comments of Timothy Callemein

Hi, I am currently having the same problem on this image: http://imgur.com/a/drPiZ Does somebody know the issue?

I just changed the regex to include python comment hashtags by adding \#| to the regex. My total regex looks like: `(?:\#|\/\/|\/\*|\|\*\/|$)` So far, this works fine.