First of all sorry about my bad English and thanks for this good editor!

I used this User Language Define System to define the syntax higlighting of a not so well known BASIC language and I got few problems with it.

First of all, this language has some ending block commands whitch consist of two words instead of one.

There is a command called Function which defines a function whick will end to End Function command. This confuses Npp's ULDF because it believes that words End and Function does NOT affect to each other. Therefore it would be good if I could either put the commands like that inside quotes like "End Function" or define another character (i.e. comma ",") to split different keywords and commands, so it would look something like this: SomeCommand,End Function,AnotherKeyword.

Another is that it should be possible to shape text which is quoted like this: Print "Some text."

Or maybe I just didn't find these features?

Thank you.

Regards, Jare