1
0
Fork 0
mirror of synced 2024-05-24 19:15:22 -04:00
ultimate-vim/sources_non_forked/ale/ale_linters/scala/cspell.vim
2022-05-19 21:16:38 +08:00

6 lines
154 B
VimL

scriptencoding utf-8
" Author: David Houston <houstdav000>
" Description: cspell support for Scala files.
call ale#handlers#cspell#DefineLinter('scala')