summaryrefslogtreecommitdiff
path: root/ale_linters/markdown/cspell.vim
blob: 45c586ccb6bbb5e3b815290b4336499bf0436454 (plain)
1
2
3
4
5
scriptencoding utf-8
" Author: David Houston <houstdav000>
" Description: cspell support for Markdown files.

call ale#handlers#cspell#DefineLinter('markdown')