[OT] Which IDE / Editor do you use?
Andrej Mitrovic
andrej.mitrovich at gmail.com
Fri Sep 13 14:50:53 PDT 2013
On 9/13/13, H. S. Teoh <hsteoh at 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)
More information about the Digitalmars-d
mailing list