1
0
Fork 0
mirror of synced 2024-06-01 15:01:10 -04:00
ultimate-vim/sources_non_forked/ale/ale_linters/sh/cspell.vim

6 lines
153 B
VimL
Raw Normal View History

2022-05-19 09:16:38 -04:00
scriptencoding utf-8
" Author: David Houston <houstdav000>
" Description: cspell support for shell scripts.
call ale#handlers#cspell#DefineLinter('sh')