mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-27 06:21:09 +08:00
Add a default alias for the Dockerfile filetype, which is capitalised for some users.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user