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

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