cursorless-dev / vscode-parse-tree

Syntax trees for VSCode using tree-sitter
MIT License
40 stars 35 forks source link

Add support for Haskell #18

Closed wenkokke closed 2 years ago

wenkokke commented 2 years ago

Adds support for the Haskell language using haskell-tree-sitter.

This requires the as-yet unreleased version of web-tree-sitter which includes support for realloc, so I have temporarily created a repository with a patched version of v0.20.1 (see web-tree-sitter) and switched the dependency over to that.

Ideally, the next release of vscode-parse-tree should use the next web-tree-sitter release.