tree-sitter / tree-sitter-haskell

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

It would be great to have a list of supported language extensions in the readme #36

Closed expipiplus1 closed 3 years ago

expipiplus1 commented 3 years ago

I see that LambdaCase, ScopedTypeVariables and DataKinds are mentioned in the test directory. There are also references in other issues to template Haskell.

tek commented 3 years ago

good idea!

tek commented 3 years ago

hey @expipiplus1 , I added that list. please close if you find it satisfactory.

expipiplus1 commented 3 years ago

Amazing, thanks!