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

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