carymrobbins / intellij-haskforce

Haskell plugin for IntelliJ IDEA
http://carymrobbins.github.io/intellij-haskforce/
Apache License 2.0
487 stars 39 forks source link

Doc comments not recognized #371

Open orome opened 6 years ago

orome commented 6 years ago

Only the first line of a documentation comment is recognized so that

carymrobbins commented 6 years ago

We might be able to do this by just updating the parsing lexer to consume the entire haddock as a single element instead of just the first line.