2017-05-01 11:06:04 -04: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 10:49:57 -05:00
|
|
|
\ 'command': 'vale --output=JSON %t',
|
|
|
|
\ 'callback': 'ale#handlers#vale#Handle',
|
2017-05-01 11:06:04 -04:00
|
|
|
\})
|