1
0
Fork 0
mirror of synced 2024-05-26 12:01:13 -04:00
ultimate-vim/sources_non_forked/ale/ale_linters/po/proselint.vim
2018-03-31 11:55:20 -03:00

10 lines
263 B
VimL

" Author: Cian Butler https://github.com/butlerx
" Description: proselint for PO files
call ale#linter#Define('po', {
\ 'name': 'proselint',
\ 'executable': 'proselint',
\ 'command': 'proselint %t',
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
\})