Cheers Lex, that answers my question perfectly.<br><br>For what reason would Scintilla not separate escapes from strings? It seems like a useful feature.<br><br>d<br><br><div class="gmail_quote">On 12 February 2012 21:00, Lex Trotman <span dir="ltr"><<a href="mailto:elextr@gmail.com">elextr@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 13 February 2012 07:46, Damon McMinn <<a href="mailto:damonrmcminn@gmail.com">damonrmcminn@gmail.com</a>> wrote:<br>

> Hi all,<br>
><br>
> New to Geany (and programming).<br>
><br>
> I would very much like to have escape sequences highlighted in a similar way<br>
> to gedit. I've searched high and low for an explanation on how to achieve<br>
> this and have come up empty. I'm sure it's very simple, however it's a<br>
> mystery to me! I have attached a screenshot to visually explain what I mean.<br>
<br>
</div>The reason you can't find how to do it is that it isn't possible.<br>
Scintilla (<a href="http://www.scintilla.org" target="_blank">www.scintilla.org</a>) is the editing component that does the<br>
lexing for the highlighting, and it doesn't separate escapes from<br>
strings.<br>
<br>
To do it you would have to change the C++ code of the lexer in Scintilla<br>
<br>
Cheers<br>
Lex<br>
<div class="im"><br>
><br>
> Also, I realise I'm not using the default color scheme. I have tested with<br>
> the default color scheme and still don't have the highlighting I seek.<br>
><br>
> Unsure if it's pertinent but am using 0.20.<br>
><br>
> Many thanks,<br>
><br>
> Damon McMinn<br>
><br>
</div>> _______________________________________________<br>
> Geany mailing list<br>
> <a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br>
> <a href="https://lists.uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank">https://lists.uvena.de/cgi-bin/mailman/listinfo/geany</a><br>
><br>
_______________________________________________<br>
Geany mailing list<br>
<a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br>
<a href="https://lists.uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank">https://lists.uvena.de/cgi-bin/mailman/listinfo/geany</a><br>
</blockquote></div><br>