> -----Urspr�ngliche Nachricht-----
> Von:  [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Gesendet am:  Mittwoch, 17. Mai 2000 23:12
> An:   [EMAIL PROTECTED]
> Betreff:      [REBOL] Syntax highlighting for GoldED
> 
> Hello,
> 
> when talking about syntax highlighting...
> 
> is there any syntax highlighting module for Amiga's GoldED? 
> 
> Thanks, Bolek
> -- 
> --you've been/byl jsi contacted/kontaktovan
> ---------------
> [EMAIL PROTECTED]
> -------------www.volny.cz/weirddream
> ------------------------------------
> 


There isn't. And I doubtit's possible to write a good syntax highlighting
module for rebol at all.
In most languages  there are exact naming rules, e.g. in my favourite
language E:
first two literals of word are upper case->constant
first two literals of word are lowercase , not ending in a (   ->variable
first literal upper case, second one lower case ->  standard E function or a
system function
...

But with rebol ?
imagine the syntax parser finds a word like �ffne_Datei :
what is it ? A variable, a function ?

ciao,

Jean

Reply via email to