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

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