raichoo

Results 36 comments of raichoo

This is intended behavior since I'm using comma-first and align them with the enclosing delimiter.

This is indeed an interesting specimen… I have to take a closer look at that.

@xintron I have pushed a fix with 40011132d4ffae60e7a5db04faef1a198a822ad9 but I'm not quite sure why this happens, there seems to be some odd edge case regarding `synstack()` which I somewhat fail...

I'm currently building a test suite for these cases so hopefully this will make the indentation more robust.

Stupid question. What benefits does this have? I thought `SpecialComment` was meant to be for things like pragmas? I'd personally prefer to have Pragmas stand out, once you have a...

I recall that I made the pragmas `SpecialComment` because `ghc-mod` is using this group to complete Language extensions and pragmas alike. Slipped my mind.

I personally don't like the conceal feature since it poorly interacts with most languages. In Haskell, take `\` for example. It's also used for multiline strings. Now you have lambdas...

This issue has showed up in various setups, so yes I've checked this. If there is a way to supress this then this might be an issue of specific plugins...

It's highly subjective. Maybe it's because I've written Haskell that way for quite a long time and I happen to find it distracting. Heck, I get confused when I use...

Maybe check for CPP macros as well (some libs have them), if that works just prepare a PR and I'll check it out tonight and I'll merge it ASAP.