From 0b54b1057999d41432faeb80ba6381e812b8a058 Mon Sep 17 00:00:00 2001 From: Eloy Date: Sat, 12 May 2018 20:20:05 +0200 Subject: [PATCH] Add sublime linter plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e890f131..7d4e8360 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ time = Time.epoch(1483859302) # ameba:disable LargeNumbers * 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) + * Sublime Text: [Sublime Linter Ameba](https://github.com/epergo/SublimeLinter-contrib-ameba) ## Credits & inspirations