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
--This is comment or --% this is not comment (comments without space after --) are a valid comment for the language parser, do you think they should be highlighted as comments?
(OK so I only tested this in vscode, which is generated from this, and it seems to be different on GH)
With a space, doc comments get highlighted
-- | blah
but without, they don't highlight as comment - and I think this is valid -
--| blah
This may be related to the fact that other symbols prevent highlighting as comment, but not letters:
--% this is not comment
--This is comment
The text was updated successfully, but these errors were encountered: