-
Notifications
You must be signed in to change notification settings - Fork 59
Semantic Tokens: tokens are getting called namespace
using arr[idx] = value
syntax
#801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
let a = []
let abcdefghijklmn = 0
a[abcdefghijklmn] = 1 AST output:
Originally posted by @aspeddro in #797 (comment) |
|
If I understand correctly, this should be done in the compiler repo? |
Yes. First to check that the location is the cause of the issue. |
Here is another case where tokens are getting called
namespace
rather than what it should be (in this case variable). (v1.18.0)Color is weird:

Token output:
Originally posted by @mooreryan in #797 (comment)
The text was updated successfully, but these errors were encountered: