I need to highligh lines begining with * and to have no different highlight for numbers int and double (All numbers must have the same highlighting).
Thanks again Michele
Thanks again Michele
Because I don't know LS-Dyna, I'm guessing you have a wordfile something like:UE help on Syntax Highlighting wrote:Keywords beginning with a Sub String
There are instances in some languages where it is desirable to highlight keywords that begin with a particular sub-string, however the complete word is not known. UltraEdit provides the ability to define sub-strings that are used to determine if a word should be highlighted. If such sub-strings are defined for a particular language under a color group UltraEdit will determine if a word begins with one of the sub-strings. If it does, it will be highlighted accordingly.
The sub-strings should be defined as with any other set of keywords however the line containing the sub-strings should start with "** " and all sub-strings should be on the same line as in:
** aaa bbb
The example above would highlight any words beginning with "aaa" or "bbb".