Add a default alias for the Dockerfile filetype, which is capitalised for some users.

This commit is contained in:
w0rp 2017-02-02 22:26:46 +00:00
parent 512b6e00d9
commit 97131262ab

View File

@ -7,10 +7,11 @@ let s:linters = {}
" Default filetype aliaes.
" The user defined aliases will be merged with this Dictionary.
let s:default_ale_linter_aliases = {
\ 'zsh': 'sh',
\ 'Dockerfile': 'dockerfile',
\ 'csh': 'sh',
\ 'plaintex': 'tex',
\ 'systemverilog': 'verilog',
\ 'zsh': 'sh',
\}
" Default linters to run for particular filetypes.