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

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