jez/vim-better-sml

Customize Indent layers

Opened this issue · 1 comments

If I write a function with an if expression such as

fun f [] = 0
    | f (l::L) =
    if ...

the if defaults to being under the bar rather than the function name. Is there a way to change this?

jez commented

I don’t think there’s a way to customize it. This looks like a bug though. Feel free to try fixing it if you like. (I likely won’t have time to fix it myself.)