You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you give me some quick directives, I may be able to help fixing this (my experience with ANTLR V4 lexer and parser systems might come useful). I'd be happy to!
The text was updated successfully, but these errors were encountered:
Hi,
Solidity syntax highlighting seems a bit flawed on VSCode. Using
cmd+shift+P
>Developer: Inspect Editor Tokens and Scopes
, you can verify that:)
characters are not recognized aspunctuation.parameters.end
(some are),
characters are not recognized aspunctuation.separator
(some are)>=
, the=
character is not recognized as part of thekeyword.operator.logic
. (It is recognized askeyword.operator.assignment
instead).The following image illustrates this using my custom theme:
If you give me some quick directives, I may be able to help fixing this (my experience with ANTLR V4 lexer and parser systems might come useful). I'd be happy to!
The text was updated successfully, but these errors were encountered: