You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments