Add a default alias for the Dockerfile filetype, which is capitalised for some users.
This commit is contained in:
parent
512b6e00d9
commit
97131262ab
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user