tree-sitter / tree-sitter-haskell

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

Use nvim-treesitter version of highlights.scm #87

Closed seasonedfish closed 2 years ago

seasonedfish commented 2 years ago

This PR replaces highlights.scm with nvim-treesitter's version, as requested in https://github.com/tree-sitter/tree-sitter-haskell/issues/86.

To comply with nvim-treesitter's Apache license, I have added a copy of the Apache License. I have also added the Apache boilerplate to the top of highlights.scm to clarify its license.

This PR resolves https://github.com/tree-sitter/tree-sitter-haskell/issues/86.