 jcbarton
Member
|
Hi,
Been trying to find an editor that allows custom syntax – where a keyword can be defined as a string – rather than just a word.
Was about to write a lexer for scintilla, and use notepad++, but then found PN and prefer the interface!!
So, before I embark on creating a lexer – is it actually possible in the existing lexers to define keywords with spaces in?
Many thanks….
John
|
 simon
Key Master
|
Hi John, I’ve never tried to do this so I’m not sure. You’d have to write a proper lexer from scratch (using C++) rather than trying to use the built-in lexer which doesn’t support this.
|