summaryrefslogtreecommitdiff
path: root/ale_linters/markdown/alex.vim
blob: 29306141855c147b394d3209bd0798a8ecea7d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
" Author: Johannes Wienke <languitar@semipol.de>
" Description: alex for markdown files

call ale#linter#Define('markdown', {
\   'name': 'alex',
\   'executable': 'alex',
\   'command': 'alex %s -t',
\   'output_stream': 'stderr',
\   'callback': 'ale#handlers#alex#Handle',
\   'lint_file': 1,
\})