Is there an external lexer that anyone knows about that can handle a keyword format of 'class.function'?
This works fine for the included lexers, and the user defined but I can't get it working for an external lexer. Does an external lexer even support that?
Thell
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there an external lexer that anyone knows about that can handle a keyword format of 'class.function'?
This works fine for the included lexers, and the user defined but I can't get it working for an external lexer. Does an external lexer even support that?
Thell
Never mind; it works. It was a logic error in my lexer.