summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale.txt')
-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'`