Re: Syntax highlighting question

2005-08-19 Thread sascha . boehme
Hi FrankĀ“ that's a nice smily, but doesn't work for me. When I read the line keyword whole +\: somecolor, I would interpret it like: Color all words, which ends in a colon. And I guess the backslash is mistyped, because the colon don't have to get escaped, as far as I know. But the wo/-backspac

Re: Syntax highlighting question

2005-08-17 Thread Frank Dietrich
Hello Sasche, [EMAIL PROTECTED] wrote: > thanks fast reply. Correct me if I am wrong. > The `\s' character is a escape for a > white space ` ' in the syntax file. Correctly. > My labels begin all at the start of a line. Other > coders might define labels in another way, it's > matter of taste. F

Re: Re: Syntax highlighting question

2005-08-17 Thread sascha . boehme
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello FrankĀ“ thanks fast reply. Correct me if I am wrong. The `\s' character is a escape for a white space ` ' in the syntax file. My labels begin all at the start of a line. Other coders might define labels in another way, it's matter of taste. For

Re: Syntax highlighting question

2005-08-16 Thread Frank Dietrich
Hi Sascha, [EMAIL PROTECTED] wrote: > In assembly language, labels are defined by a string and a closing > colone. For example: > > label1: > > The syntax file requires a start and a stop pattern. But the start > pattern can't be an asteric `*' nor a selection of allowed > characters `\[abc...\]