summaryrefslogtreecommitdiff
path: root/ale_linters/markdown/vale.vim
AgeCommit message (Collapse)Author
2021-02-18Make markdown vale linter command configurable with options (#3594)David Balatero
* Make vale command user-configurable * Add test for vale options * Typo in test Co-authored-by: David Balatero <dbalatero@stripe.com>
2017-12-17Use JSON output with valeJohannes Wienke
Switches all vale instances to JSON output and provides an appropriate handler for that. Without JSON, no end_col is provided and text highlighting only catches the first character of every result.
2017-05-01Glue for Vale (#522)Robert J
Add Vale linter definitions