tree-sitter / tree-sitter-haskell

Haskell grammar for tree-sitter.
MIT License
152 stars 36 forks source link

Comment parsing consumes blank lines before #48

Closed Wilfred closed 2 years ago

Wilfred commented 2 years ago
foo x = x + 1

-- Hello world
bar y = y + 1

The position of the comment here covers all the preceding blank lines.

tek commented 2 years ago

thanks a lot!!!