2017-05-01 15:06:04 +00:00
|
|
|
" Author: chew-z https://github.com/chew-z
|
|
|
|
" Description: vale for Markdown files
|
|
|
|
|
|
|
|
call ale#linter#Define('markdown', {
|
|
|
|
\ 'name': 'vale',
|
|
|
|
\ 'executable': 'vale',
|
2017-12-17 15:49:57 +00:00
|
|
|
\ 'command': 'vale --output=JSON %t',
|
|
|
|
\ 'callback': 'ale#handlers#vale#Handle',
|
2017-05-01 15:06:04 +00:00
|
|
|
\})
|