Comment #3 on issue 341 by ricardo@gmail.com: syntax colouring for
block comments in C fails
http://code.google.com/p/yi-editor/issues/detail?id=341
I've just added a rule to catch block comments that end on the same line as
they started: https://github.com/yi-editor/yi/pull/13
--
Yi
Comment #2 on issue 341 by jeanphil...@gmail.com: syntax colouring for
block comments in C fails
http://code.google.com/p/yi-editor/issues/detail?id=341
Lexer specifications are just Alex files. See Alex documentation. In this
case it looks as if the comment syntax could be "stolen" from Ja
Comment #1 on issue 341 by ricardo@gmail.com: syntax colouring for
block comments in C fails
http://code.google.com/p/yi-editor/issues/detail?id=341
The affected file is src/library/Yi/Lexer/C.x. The block comment works in
the JavaScript lexer.
Is there documentation on how the lexers