mirror of
https://github.com/dense-analysis/ale
synced 2024-12-24 15:13:02 +00:00
6 lines
146 B
VimL
6 lines
146 B
VimL
|
scriptencoding utf-8
|
||
|
" Author: David Houston <houstdav000>
|
||
|
" Description: cspell support for C files.
|
||
|
|
||
|
call ale#handlers#cspell#DefineLinter('c')
|