summaryrefslogtreecommitdiff
path: root/ale_linters/sh/cspell.vim
blob: e3c5a6f03374d5393885a4a04f76f409305f1765 (plain)
1
2
3
4
5
scriptencoding utf-8
" Author: David Houston <houstdav000>
" Description: cspell support for shell scripts.

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