We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The pragma parser is currently not able to parse nested comments. For example, ndmitchell/hlint contains modules with nested comments, for example https://github.com/ndmitchell/hlint/blob/ad9a1f8485eb34d40a59cc0bd1457d03fbffd50d/src/Hint/Bracket.hs#L5.
ndmitchell/hlint
If this is of any interest, I will create a pull request that extends the parser to handle nested comments.
The text was updated successfully, but these errors were encountered:
Yes, seems fine, thanks!
Sorry, something went wrong.
[kowainik#107] Parse nested comments
6337d12
[#107] Parse nested comments
6e17153
Successfully merging a pull request may close this issue.
The pragma parser is currently not able to parse nested comments. For example,
ndmitchell/hlint
contains modules with nested comments, for example https://github.com/ndmitchell/hlint/blob/ad9a1f8485eb34d40a59cc0bd1457d03fbffd50d/src/Hint/Bracket.hs#L5.If this is of any interest, I will create a pull request that extends the parser to handle nested comments.
The text was updated successfully, but these errors were encountered: