I'm developing new programming language named Cantor and using PSPad for it. I made syntax highlighter for Cantor, but can't highlight reserved words prefixed by hash character. In Cantor, I'm using reserved words for entities, like in HTML. Because my reserved words are entiries, they're started with “#”.
What I'm doing wrong? Is it PSPad bug? For example, this code should be highlighted: public class Something of public TabCharacter = #TAB; // = #9 end; -- <http://forum.pspad.com/read.php?2,61699,61699> PSPad freeware editor http://www.pspad.com
