Merge remote-tracking branch 'tylucaskelley/master'

This commit is contained in:
w0rp
2018-03-20 20:27:50 +00:00
5 changed files with 54 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
" Author: Ty-Lucas Kelley <tylucaskelley@gmail.com>
" Description: Adds support for markdownlint
call ale#linter#Define('markdown', {
\ 'name': 'markdownlint',
\ 'executable': 'markdownlint',
\ 'lint_file': 1,
\ 'output_stream': 'both',
\ 'command': 'markdownlint %s',
\ 'callback': 'ale#handlers#markdownlint#Handle'
\ })