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

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