summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-05-26 11:41:52 +0100
committerw0rp <devw0rp@gmail.com>2018-05-26 11:41:52 +0100
commit6fce8ddc5ab5228afacc4c77ade1912fd3a7fe93 (patch)
tree8b9d5a237bc544d3ad49491cef9557ba36b85576 /doc
parentb67c9a83b2545d4b67a1c60c2048dee6d6eebc12 (diff)
downloadale-6fce8ddc5ab5228afacc4c77ade1912fd3a7fe93.zip
#1600 Alias vimwiki to markdown
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt6
1 files changed, 5 insertions, 1 deletions
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'`