From 6fce8ddc5ab5228afacc4c77ade1912fd3a7fe93 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 26 May 2018 11:41:52 +0100 Subject: #1600 Alias vimwiki to markdown --- doc/ale.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ale.txt b/doc/ale.txt index 636ef12a..8a75ec11 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1109,8 +1109,12 @@ g:ale_linter_aliases *g:ale_linter_aliases* following values: > { - \ 'zsh': 'sh', + \ 'Dockerfile': 'dockerfile', \ 'csh': 'sh', + \ 'plaintex': 'tex', + \ 'systemverilog': 'verilog', + \ 'vimwiki': 'markdown', + \ 'zsh': 'sh', \} < For example, if you wish to map a new filetype `'foobar'` to run the `'php'` -- cgit v1.2.3