William Hiver

Results 25 comments of William Hiver

I am facing another syntax highlighting bug with this code sample, using CJSX: ``` foo = switch doc when 'foo' 'Anything I write is not highlighted anymore' ``` The syntax...

You can try to fix the regex used to match the next token, which is the core of the problem. It can be found here: https://github.com/bivas/protobuf-java-format/blob/091d247393772e94d64c2d8835ef4cedcdfc244e/src/main/java/com/googlecode/protobuf/format/XmlFormat.java#L320 But for now I...

In fact it seems that even that header tag : `` causes a parsing error. The same error occurs with UTF-8 characters, such as é, è or à. I am...

I identified the error: in fact the `nextToken()` method from Tokenizer, and more precisely the TOKEN constant which matches the next token is far too restrictive as it allows only...

Yep I'll try, but I need to find the right regex first, it might not be simple. When I find a solution for sure I'll create a pull request.

No it's not merged yet, since simplifying the regex has side effects. In fact I think that the whole parser should be refactored, so I left it as is for...

I don't know, that's why I gave up trying to debug it, since the whole parser is quite restrictive and does not handle every cases. I think the only clean...

Hi! I get the same error with the following steps: 1. In a CSS file, add the rule "box-sizing: border-box;" 2. Select the whole line 3. Choose Packages > Emmet...

I confirm, same thing for me. I end up disabling the autostart of Cozy on logon as it causes random freezes while it's in "Preparing" state. It takes around 7GB...