On 9/13/13, H. S. Teoh <hst...@quickfur.ath.cx> wrote: > Not to mention, syntax highlighting falls down upon encountering q{} > blocks.
Works on Scite. > (It *can* be made to highlight those as well, I suppose, but it > leads to the awkward situation where you can't tell whether that's code > or a string literal.) Well that's kind of the point of q{} IMO, to make it appear like code. Otherwise you can use backticks or r"". E.g.: http://imgur.com/UGUuUGU (and lol at the generated imgur name)