From: "Christopher Nelson" To: Subject: Re: Libc threading Date: Thu, 8 Apr 1999 06:35:53 -0600 Message-ID: <01be81bc$57c7cfe0$LocalHost@thendren> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Reply-To: djgpp AT delorie DOT com 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}=-