This commit is contained in:
w0rp 2016-10-12 14:05:03 +01:00
parent 5e0f33615e
commit 1a8d596d26
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ let s:linters = {}
" Default filetype aliaes.
" The user defined aliases will be merged with this Dictionary.
let s:default_ale_linter_aliases = {
\ 'javscript.jsx': 'javascript',
\ 'javascript.jsx': 'javascript',
\ 'zsh': 'sh',
\ 'csh': 'sh',
\}