Re: Issue 341 in yi-editor: syntax colouring for block comments in C fails

2011-10-10 Thread yi-editor
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

Re: Issue 341 in yi-editor: syntax colouring for block comments in C fails

2011-10-10 Thread yi-editor
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

Re: Issue 341 in yi-editor: syntax colouring for block comments in C fails

2011-10-10 Thread yi-editor
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

Issue 341 in yi-editor: syntax colouring for block comments in C fails

2011-03-21 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New 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 What steps will reproduce the problem? 1. create a file 'test.c' with the following conten