PanAeon

Results 30 comments of PanAeon

@EggBaconAndSpam Sorry, it's my fault that I didn't do release for so long. I think the good way to automate the release would do something like in https://github.com/scala/vscode-scala-syntax. The whole...

@EggBaconAndSpam Hey, sorry for the delay. I've just published a new version. Now I'm investigating publishing via TravisCI so all contributors with write access could do it.

@thebritican, the `asciiOnly` option is in the server config, so I think it should work without any client modification (although I haven't tried yet). As for publishing if you are...

I can reproduce this with `1.1.1` but not with `1.0.16`.... interesting

@EggBaconAndSpam does any changes required in the vscode plugin? I'm afraid I think I still own the plugin so only I can push it to the marketplace. I've got some...

@serkonda7, could you generate a snapshot file with a `vscode-tmgrammar-snap` (just use it instead of `vscode-tmgrammar-test`) and post it here?

@senyai Well, I guess you are right. My idea was to actually add negative check afterwards. You can try snapshot tests if you need strict tests right now. I believe...

@mdaverde could you give a specific concise example and elaborate more on the proposed solution? The only thing I can think of to remedy the situation is to specify tab...

@serkonda7, thank you for reporting this bug. First of all, a "false positive" has a well defined meaning in the computer science. According to wikipedia: "A **false positive** is an...

Hi I run into this issue recently. I think this is not a feature request, but a proper **bug** in the design that confuses end users and new package contributors....