Closed i-am-tom closed 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.
Nice, thanks!
Thank you!
Thanks a lot to both of you :smile:
A common style of comment block in PureScript starts each line with
-- |
, for example:This commit adds that style to the allowed list.