JedWatson / happiness

Standard customised to make me happy
MIT License
124 stars 15 forks source link

Create and maintain editor plugins #21

Open wesleytodd opened 8 years ago

wesleytodd commented 8 years ago

The standard repo lists a set of editor plugins. Some of which I think already support happiness, but I am pretty sure they don't all. We should look into them and decide which we can help support.

wesleytodd commented 8 years ago

Since I am a vimer, I looked into the vim plugin, and here are the docs we would have to follow: https://github.com/scrooloose/syntastic/wiki/Syntax-Checker-Guide

Here is the standard version: https://github.com/scrooloose/syntastic/blob/master/syntax_checkers/javascript/standard.vim

I can do this and test it out in my vim and then submit a PR for that.

The other editor I mess with is Atom, so I can look into that one, but I think that is the one that has happiness support already, just an older version the last time I looked.