diff options
Diffstat (limited to 'ale_linters/css/cspell.vim')
-rw-r--r-- | ale_linters/css/cspell.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ale_linters/css/cspell.vim b/ale_linters/css/cspell.vim new file mode 100644 index 00000000..d42375b4 --- /dev/null +++ b/ale_linters/css/cspell.vim @@ -0,0 +1,5 @@ +scriptencoding utf-8 +" Author: David Houston <houstdav000> +" Description: cspell support for CSS files. + +call ale#handlers#cspell#DefineLinter('css') |