essential-contributions / tree-sitter-pint

Tree-sitter grammar for the Pint programming language.
https://github.com/essential-contributions/pint
Apache License 2.0
1 stars 0 forks source link

Some of the matching is NQR. #1

Open otrho opened 1 month ago

otrho commented 1 month ago

Take a look at the example in https://github.com/essential-contributions/pint/issues/920#issue-2592939551

It doesn't highlight wonderfully, partly because unions need to be added to the grammar but it's also matching const inside constraint and in inside Coin.

otrho commented 1 month ago

I don't mind taking a look at this sometime.