Logo
Explore Help
Register Sign In
vim/ale
1
0
Fork 0
You've already forked ale
Code Issues Pull Requests Releases Wiki Activity
ale/ale_linters/markdown/proselint.vim

10 lines
271 B
VimL
Raw Normal View History

Add Proselint (#185) * Add Proselint - Markdown - Tex - Text * Use ale#handler#HandleUnixFormatAsWarning * Indentation
2016-11-28 10:36:11 +01:00
" Author: poohzrn https://github.com/poohzrn
proselint: Add more supported filetypes (#367) * proselint: Add more suported filetypes * proselint: Minor consistency fixes * Vim help: Disable linters by default
2017-03-01 19:06:09 -05:00
" Description: proselint for Markdown files
Add Proselint (#185) * Add Proselint - Markdown - Tex - Text * Use ale#handler#HandleUnixFormatAsWarning * Indentation
2016-11-28 10:36:11 +01:00
call ale#linter#Define('markdown', {
\ 'name': 'proselint',
\ 'executable': 'proselint',
Replace every stdin-wrapper script with the new %t formatting support
2017-02-11 19:40:57 +00:00
\ 'command': 'proselint %t',
Break shared handlers up into their own files, and fix stylelint error handling
2017-04-24 22:27:18 +01:00
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
Add Proselint (#185) * Add Proselint - Markdown - Tex - Text * Use ale#handler#HandleUnixFormatAsWarning * Indentation
2016-11-28 10:36:11 +01:00
\})
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 44ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API