Exactly what I was looking for. Much appreciated.
On Thursday, 26 May 2016 22:26:05 UTC-7, Dmitry Ivanov wrote:
>
> Have a look at Pyflakes and Rainbow modes here
> https://github.com/ethercrow/yi-config
>
> The first one shows how to highlight errors emitted by external linter,
> the second pai
Have a look at Pyflakes and Rainbow modes here
https://github.com/ethercrow/yi-config
The first one shows how to highlight errors emitted by external linter, the
second paints parens in rainbow colors based on nesting.
Other modes in that repo are too far from complete or usable.
On Fri, May 27,
Thanks.
Are you aware of any toy examples or learning resources that can help
elucidate the process of integrating a new mode through the user config?
On Thursday, 26 May 2016 02:14:57 UTC-7, Dmitry Ivanov wrote:
>
>
> User config can add new modes. Since you can also use any package from
> hack
User config can add new modes. Since you can also use any package from
hackage in your config, you could call cabal/stack our plugin manager.
On Thursday, May 26, 2016 at 12:41:34 PM UTC+6, Boris D. wrote:
>
> Hi,
>
> Can a new syntax mode be added through the plugin mechanism, or does it
> ne