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

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