Hi,
I've written some rules for Eclipse's Colorer plugin which will
highlight (and do a basic Outline view) of Mac Rez source files. In
case anyone else edits .r's in Eclipse, the definitions are in here:
http://telegraphics.com.au/svn/syntaxhl/trunk/colorer5/colorer-hrc/
The Colorer plugin is found at http://colorer.sourceforge.net/
To install the rules, you need to
- put the rez.hrc file into Colorer's hrc directory (on my system
it's /Applications/eclipse/plugins/net.sf.colorer_0.7.2/colorer/hrc)
- add the relevant <prototype> element to Colorer's main proto.hrc
file
- in Eclipse, edit Preferences->General->Editors->File Associations,
add one for *.r, and associate it with Colorer Editor.
--Toby