MorphOS Developer
Posts: 162 from 2003/3/17
Quote:
polluks wrote:
Hi!
Will you include ARexx syntax highlighting next time? I'm just missing the good old highlighter API.
Greetings,
Stefan
Hi,
ARexx would need a new lexer in Scintilla and then a list of keywords. The latter is easy of course but writing a lexer depends a bit on whether there is an existing one that is similar syntax-wise. I will have a look but I can't promise anything.
Edit: just had a quick look and there is a Rexx lexer that looks ok so I would just need to provide suitable lists of keywords. I will do that but not sure if I have the time for the next release already. I have made many changes to Scribbble lately and my focus now is to stabilize things and fix bugs.
[ Edited by Nadir 29.05.2014 - 06:07 ]