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
The only thing I've found is that a string literal ")" has got a special token type String and doesn't suffer from the issue.
I suggest that we add a low priority scope string.quoted.other to the character literal, which will be shadowed by it's "proper scope" constant.character.literal.scala. This will mark token as String and apparently helps the issue:
As for the backticks I think we should leave them as they are, as rules for them are scattered all over the code, and some vars in backticks shouldn't have any scope at all which prevents the use of above hack.
I suggest that we add a low priority scope string.quoted.other to the character literal, which will be shadowed by it's "proper scope" constant.character.literal.scala. This will mark token as String and apparently helps the issue
This sounds like a reasonable approach. I suspect ')' are much more common than backticked identifiers with parentheses.
Uh oh!
There was an error while loading. Please reload this page.
As of version 0.3.0, I get the following:
The text was updated successfully, but these errors were encountered: