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

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