Add editor-integration section

closes #26
This commit is contained in:
Vitalii Elenhaupt 2018-01-24 15:23:00 +02:00
parent ca502754b6
commit 2f9d31b02d
No known key found for this signature in database
GPG Key ID: 7558EF3A4056C706
1 changed files with 5 additions and 0 deletions

View File

@ -134,6 +134,11 @@ MySuperRule:
Enabled: false
```
## Editor integration
* Vim: [vim-crystal](https://github.com/rhysd/vim-crystal) (via [Syntastic](https://github.com/vim-syntastic/syntastic))
* Emacs: [ameba.el](https://github.com/veelenga/ameba.el)
## Credits & inspirations
- [Crystal Language](crystal-lang.org)