Divider error in syntax coloring

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
fazekas_s
Posts: 2
Joined: Fri Apr 29, 2005 6:15 am

Divider error in syntax coloring

Post by fazekas_s »

Hello!

I made a syntax color scheme, where
colon ':' is a divider, installed like this:

Code: Select all

 C=1
 [Syntax]
 Namespace1 = 6
 IgnoreCase = Yes
 KeyWordLength =
 BracketChars = {[()]}
 OperatorChars = -+*/<>!~%^&|=\@:
when I try to use it, TextPad is not differates from previous syntax element.
The next element colored OK like this: e(10:11:12)
But I expect: e(10:11:12)
Post Reply