Purescript language grammar for Tree-sitter.
Parsing and highlighting is handled rather well; for instance, parsing 21k LOC of PureScript code across 378 files only returns 3 errors, so it will work very well for your regular syntax highlighting tasks.
The areas of potential improvement at the moment are cleaner, better structured node trees, more elaborate queries, reducing the size of and the dependency for the C scanner as well as increasing the amount of tests. Some documentation wouldn't hurt too.
PureScript support works out of the box.
Default configuration is present for kak-tree-sitter. Install the plugin and install PureScript grammar with ktsctl -fci purescript
.
TBA.
TBA.
Please suggest your ideas via issues.
If you notice something not working correctly or simply have a suggestion or request to make, don't hesitate to open an issue, or open a pull request if you have code to share.
- purescript-language-cst-parser - PureScript CST Parser written in PureScript.
- tree-sitter-haskell contributors for developing the original grammar
- postsolar/tree-sitter-purescript for driving development