summaryrefslogtreecommitdiff
path: root/ale_linters/elm
diff options
context:
space:
mode:
authorHéctor Ramón Jiménez <hector0193@gmail.com>2018-05-11 20:14:00 +0200
committerHéctor Ramón Jiménez <hector0193@gmail.com>2018-05-11 20:14:00 +0200
commit089a07c6a6789770d497fe12307222e24b16bbae (patch)
tree71d2bbe26d1cb97f12a4314a014ec2a567512dbb /ale_linters/elm
parent2f40da76e60c474dd1125e01013051d71fefc48e (diff)
downloadale-089a07c6a6789770d497fe12307222e24b16bbae.zip
Update ale-elm doc
Diffstat (limited to 'ale_linters/elm')
-rw-r--r--ale_linters/elm/make.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/elm/make.vim b/ale_linters/elm/make.vim
index f94f30f3..2da219f5 100644
--- a/ale_linters/elm/make.vim
+++ b/ale_linters/elm/make.vim
@@ -1,4 +1,4 @@
-" Author: buffalocoder - https://github.com/buffalocoder, soywod - https://github.com/soywod
+" Author: buffalocoder - https://github.com/buffalocoder, soywod - https://github.com/soywod, hecrj - https://github.com/hecrj
" Description: Elm linting in Ale. Closely follows the Syntastic checker in https://github.com/ElmCast/elm-vim.
call ale#Set('elm_make_executable', 'elm')