add po support with proselint, writegood, msgfmt and alex

This commit is contained in:
butlerx
2018-01-27 11:40:40 +00:00
parent dffc162dd6
commit 9dad25778f
7 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
" Author: Cian Butler https://github.com/butlerx
" Description: write-good for PO files
call ale#linter#Define('po', {
\ 'name': 'write-good',
\ 'executable_callback': 'ale#handlers#writegood#GetExecutable',
\ 'command_callback': 'ale#handlers#writegood#GetCommand',
\ 'callback': 'ale#handlers#writegood#Handle',
\})