Hello.
This is probably a very simple question but I can't seem to get what I want so I am trying here.
I want to highlight numbers by their prefixes. For example I want to format a set of co-ordinates given as "X-***.** Y***.** Z***.**" with the X component in colour 1, the Y in colour 2, Z positive in colour 3 and Z negative in colour 4.
I presume that a regular expression of "X([0-9]+)" would do the trick, but how do I get this into the keyword part of "wordfile.txt"?
Thanks
This is probably a very simple question but I can't seem to get what I want so I am trying here.
I want to highlight numbers by their prefixes. For example I want to format a set of co-ordinates given as "X-***.** Y***.** Z***.**" with the X component in colour 1, the Y in colour 2, Z positive in colour 3 and Z negative in colour 4.
I presume that a regular expression of "X([0-9]+)" would do the trick, but how do I get this into the keyword part of "wordfile.txt"?
Thanks