<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 02/05/2013 08:37, Lex Trotman wrote:<br>
</div>
<blockquote
cite="mid:CAKhWKDPCuo4e964HqBpaaWMzPa8AcrO8FQ0ZhLDrNZ39Cmdjcw@mail.gmail.com"
type="cite">
<div dir="ltr"><br>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On 2 May 2013 16:09, Charles
Johannisen <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:charles.johannisen@tray-international.com"
target="_blank">charles.johannisen@tray-international.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I would like to know how I can setup the syntax
highlighter to recognize a custom server-side tag like the
PHP <? ?> or ASP <% %><br>
</blockquote>
<div><br>
</div>
<div style="">This is done in the HTML Lexer (LexHTML.cxx)
from the Scintilla project, which is written in C++, so
you need to modify that to recognise your tags.</div>
<div style=""><br>
</div>
<div style="">Cheers</div>
<div style="">Lex</div>
<div style=""><br>
</div>
<div> </div>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thanks<br>
--------------------------------------------------<br>
<a moz-do-not-send="true"
href="http://www.tray-international.com" target="_blank">http://www.tray-international.com</a><br>
--------------------------------------------------<br>
_______________________________________________<br>
Users mailing list<br>
<a moz-do-not-send="true"
href="mailto:Users@lists.geany.org" target="_blank">Users@lists.geany.org</a><br>
<a moz-do-not-send="true"
href="https://lists.geany.org/cgi-bin/mailman/listinfo/users"
target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote>
</div>
<br>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.geany.org">Users@lists.geany.org</a>
<a class="moz-txt-link-freetext" href="https://lists.geany.org/cgi-bin/mailman/listinfo/users">https://lists.geany.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
Thanks Lex<br>
<br>
Just a pity it had to be in the source file and not in a config file
so that you don't have to compile everything all over again.
Especially since I installed it via apt-get. Anyway, it worked out
fine.<br>
</body>
</html>