Topic: :' in Color Syntax Highlighting (1 of 1), Read 42 times
Conf: Program develop.,Color syntax
From: Ian Binnie
Date: Tuesday, March 06, 2007 09:35 PM

I was trying to create a syntax highlighting for of xml, in particular for strings like:-

<RDF:Description

I tried <|a+:|a+ but this did not work.
I guess because ":" is a separator, although this is not mentioned in the help.

I managed to get it to work by including ":" as an optional string

<|a+|[:]|a+