aaronallen8455 / erriscope

Scope out Haskell errors in style
5 stars 0 forks source link

Basic syntax highlighting #5

Closed aaronallen8455 closed 2 years ago

aaronallen8455 commented 2 years ago

Do some rough parsing of the error body in order to apply some basic syntax highlighting.

aaronallen8455 commented 2 years ago

Parsec's haskell token parser looks like it'd work for this.