purescript-contrib / purescript-vim

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

Why is 'commentstring' set to '{--%s--}'? #69

Closed ursi closed 4 years ago

ursi commented 4 years ago

Normal block comments would just be {-%s-}. Personally I would prefer --%s as that makes using vim-commentary look much nicer, but maybe there's a reason for block comments being a better choice?

thomashoneyman commented 4 years ago

Closed by #68