Hi,
I would like to know how I can setup the syntax highlighter to recognize a custom server-side tag like the PHP <? ?> or ASP <% %>
Thanks -------------------------------------------------- http://www.tray-international.com --------------------------------------------------
On 2 May 2013 16:09, Charles Johannisen < charles.johannisen@tray-international.com> wrote:
Hi,
I would like to know how I can setup the syntax highlighter to recognize a custom server-side tag like the PHP <? ?> or ASP <% %>
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.
Cheers Lex
Thanks ------------------------------**-------------------- http://www.tray-international.**com http://www.tray-international.com ------------------------------**-------------------- ______________________________**_________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-**bin/mailman/listinfo/usershttps://lists.geany.org/cgi-bin/mailman/listinfo/users
On 02/05/2013 08:37, Lex Trotman wrote:
On 2 May 2013 16:09, Charles Johannisen <charles.johannisen@tray-international.com mailto:charles.johannisen@tray-international.com> wrote:
Hi, I would like to know how I can setup the syntax highlighter to recognize a custom server-side tag like the PHP <? ?> or ASP <% %>
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.
Cheers Lex
Thanks -------------------------------------------------- http://www.tray-international.com -------------------------------------------------- _______________________________________________ Users mailing list Users@lists.geany.org <mailto:Users@lists.geany.org> https://lists.geany.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
Thanks Lex
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.