Syntax highlighting for parenthesis if off
Hey, I just updated the extension to the latest version and noticed that some highlighting around the function header is off.
v0.0.120

v0.0.132

using the latest (0.8.9) solidity compiler.
hi @jo-es !
Yes i can see the the syntax highlighting on the first parenthesis not being perfect. Can you pass me your theme to check it out?
Thanks!
Hey @juanfranblanco,
I'm using this theme atm.
It also impacts the parenthesis of the returns statement.
Thanks!
I'm seeing the same thing. It looks like it was introduced in 0.0.122. Closing parenthesis on function declarations and return values are not being recognized as punctuation.parameters.end and opening parenthesis are not getting recognized as punctuation.parameters.begin in some places too, like emit MyEvent(data).