Open otrho opened 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.
const
constraint
in
Coin
I don't mind taking a look at this sometime.
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
insideconstraint
andin
insideCoin
.