Hey John
Yes it's very easy! After all you've done the hard part.
You have all your keywords done.
In the help file lookup "Syntax Highlighting"
There lots of good info!
But the quickest way is to look at UltraEdit's "Wordfile.txt"
and see how UE handles C, VB, HTML, Java, Perl ...
You get the idea, and once you save the wordfile you see the result
immediately.
I really don't think you'll have any problems but please feel free to ask your questions here.
Oh couple little things, always pick /L## 1 above the last language being used, on a new wordfile I beleive this is 9, so use /L10.
Within each /C# (#= number) the keywords need to be in (ASCII) alphabetical order and the cool thing about that is UE can do that!
Select the /C# group and pull down menu "File" --> "Sort"
but each keyword needs to be on its own line for this to work.
After I sort them I remove the CR/LFs for each word that begins with same
character.
case char const continue
default do double defined
Hey I think it's a done deal!
Could you please post your new syntax file when you get done!
Good Luck