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

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