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

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