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

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