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

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