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

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