summaryrefslogtreecommitdiff
path: root/ale_linters/sml/smlnj.vim
blob: f15579ea5b757885c4d04af40921e2be90e88b52 (plain)
1
2
3
4
5
6
7
8
9
" Author: Paulo Alem <paulo.alem@gmail.com>, Jake Zimmerman <jake@zimmerman.io>
" Description: Single-file SML checking with SML/NJ compiler

call ale#linter#Define('sml', {
\   'name': 'smlnj',
\   'executable_callback': 'ale#handlers#sml#GetExecutableSmlnjFile',
\   'command': 'sml',
\   'callback': 'ale#handlers#sml#Handle',
\})