I like the idea of having everything in one place with the 'grammar rules', unfortunately it uses some non-standard regex notations. What I have decided is to use it just for notes, for now, and build it up, piece by piece in the typical fashion of the SynWrite 'customize lexer' dialogs. Seems to work well.
I am learning slowly but surely. It is a very tricky skill, it seems. You have done a fine job with the lexer builder of SynWrite. Much better than trying to code from scratch a lexer for SynEdit by hand.
Hey Bill
What is the state of Lola-2 work? how is it finished, or not.
UPD:
now I took your 2 lexers. PICL and Lola. and finished em. I think so at last. Folding is ok, even from "module NN" to "end NN". deleted 2-3 styles, 2-3 rules. added style "types" for types of langs (bool-int-...). deleted crap "proc[]" and "proc()" rules.
Take all in AddonManager
Had a quick look at them and they seem good. I did notice a few issues with the color highlighting. Perhaps it's best to have no color highlighting and let that be user's choice to add, you think? Would also like to see the Oberon lexer with a nice tree view like the Lola-2 lexer.