1. WEE support for multi-line comments
- Posted by dcuny Feb 04, 2015
- 1221 views
I noticed that multi-line comments aren't color coded yet:
/* WEE want color coding, too! */
Still not sure why Euphoria doesn't support // comments yet.
Guess I'll need to write a patch someday.
- David
2. Re: WEE support for multi-line comments
- Posted by PeteE Feb 04, 2015
- 1228 views
Actually this will probably need to be done in the Scintilla DLL, by writing a Euphoria lexer. Also, multi-line strings are not recognized. I think someone already did a Euphoria lexer for Scintilla, I just need to find it and compile it into the DLL.