From 2f9d31b02d1b985344f677bb1a35930a497d1767 Mon Sep 17 00:00:00 2001 From: Vitalii Elenhaupt Date: Wed, 24 Jan 2018 15:23:00 +0200 Subject: [PATCH] Add editor-integration section closes #26 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index aa738c46..bf44b1b9 100644 --- a/README.md +++ b/README.md @@ -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)