purescript-contrib / purescript-vim

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

Add "pipe block" comment style #58

Closed i-am-tom closed 6 years ago

i-am-tom commented 6 years ago

A common style of comment block in PureScript starts each line with -- |, for example:

-- | This is a very
-- | important comment.
f = id

This commit adds that style to the allowed list.

coot commented 6 years ago

Nice, thanks!

i-am-tom commented 6 years ago

Thank you!

paldepind commented 6 years ago

Thanks a lot to both of you :smile: