Open karljs opened 6 years ago
It should be really simple to add the additional line here
https://github.com/VSCodeVim/Vim/blob/master/src/actions/operator.ts#L721
Just make sure it precedes the haskell --
comment so it takes precedence and all should be good.
Most Purescript packages rely on Pursuit to generate/read documentation and the comment syntax for that is
-- | comment here
rather than just-- comment
. Running something likeg q a p
produces the wrong result for these comments.becomes something like
rather than the preferred