Mail Archives: djgpp/1999/04/08/09:13:24
I had another small problem with RHIDE. When I was trying to do the syntax
highlighting, I also needed to highlight interface and end, which are both
preceeded by a single '@', e.g.
@interface Stack : public Object
....
@end
but it never sees them. they are in a header file always, so i changed the
name of my header files to ".mh" and setup the line in syntax.shl the same
(m,mh). it highlights everything else, but always misses interface and end.
-={C}=-
- Raw text -