summaryrefslogtreecommitdiff
path: root/ale_linters/sml/smlnj_cm.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/sml/smlnj_cm.vim')
-rw-r--r--ale_linters/sml/smlnj_cm.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/ale_linters/sml/smlnj_cm.vim b/ale_linters/sml/smlnj_cm.vim
index 96cd7bd9..7a482307 100644
--- a/ale_linters/sml/smlnj_cm.vim
+++ b/ale_linters/sml/smlnj_cm.vim
@@ -9,7 +9,8 @@ endfunction
" Using CM requires that we set "lint_file: 1", since it reads the files
" from the disk itself.
call ale#linter#Define('sml', {
-\ 'name': 'smlnj-cm',
+\ 'name': 'smlnj_cm',
+\ 'aliases': ['smlnj-cm'],
\ 'executable_callback': 'ale#handlers#sml#GetExecutableSmlnjCm',
\ 'lint_file': 1,
\ 'command_callback': 'ale_linters#sml#smlnj_cm#GetCommand',