purescript-contrib / purescript-vim

Syntax highlighting and indentation for PureScript
BSD 2-Clause "Simplified" License
154 stars 35 forks source link

indent if #33

Open coot opened 7 years ago

coot commented 7 years ago
    cmp s1 s2 = if s1 == s2
    then 0
    else 1