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