6 lines
160 B
VimL
6 lines
160 B
VimL
|
scriptencoding utf-8
|
||
|
" Author: David Houston <houstdav000>
|
||
|
" Description: cspell support for Markdown files.
|
||
|
|
||
|
call ale#handlers#cspell#DefineLinter('markdown')
|