http://ovk.actionsketch.com/parse/?vc=vector.vc
http://ovk.actionsketch.com/parse/?vc=v1_maineffects.vc
Using PHP, painful regexp, and http://vecna.verge-rpg.com/v3vergec.txt I have made a semi-functional syntax highlighting utility. Minor issues are that it tends to highlight over strings and comments, and that it will replace only parts of certain builtins, because it contains the name of a smaller builtin (ex. Rect of RectFill.) Anyway, enjoy, I spent at least 3 hours struggling with PHP regexp functions before finally getting somewhere. Comments?