Search found 2 matches

by TXHank
Wed Jul 23, 2014 5:22 pm
Forum: General
Topic: Setting up new language RegEx matching?
Replies: 3
Views: 10628

For details on what patterns can be used open the help and search for: patterns .

jussij,

Thank you for the help. I apologize for the delay in responding. I am working with zeus lite until I get the syntax highlight set up the way I want it. Then I will work with the ide to see if I can get it ...
by TXHank
Fri Jul 11, 2014 6:46 pm
Forum: General
Topic: Setting up new language RegEx matching?
Replies: 3
Views: 10628

Setting up new language RegEx matching?

I am working on setting up a new language in the editor.

How do I specify a regex in the keywords?

For example, if I wanted to highlight all of the words that start with xls?

xls\w+ would be a valid regex for this example, but I can not get it to work within the editor.