Hi, currently I am developing a new scripting language. In this language I have
- block comments starting with '* and ending with *' They may be nested too: block comments in block comments, span over several lines and also in line between code, eg: 2 + 3 '*add *' - 4 '* subtract *' - strings are marked by double quotes and may span several lines: "This string continues on this line" Also inside a string a double quote character can be escaped by doubling it: "This ""string"" is a string" For all of these cases the user highlighter available does not allow or is not expressive enough to set highlighting for above cases. It would be nice if the user highlighter could be altered accordingly. Perhaps a BlockCommentBegin and BlockCommentEnd tag cound be introduced. Thanks for considering. -- <http://forum.pspad.com/read.php?2,48839,48839> PSPad freeware editor http://www.pspad.com
