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