We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Keyword after dot should not be highlighted as a keyword. This is already appeared in .catch issue #1526. Current found issue is in the next code:
.catch
Array.from() Array.forEach()
Where from and forEach highlighted as keyword and function respectively.
from
forEach
keyword
function
The text was updated successfully, but these errors were encountered:
I can see the problem with from and other keywords but what's wrong with forEach? It's not a keyword AFAIK.
Sorry, something went wrong.
This is an example of different behavior. Highlighting should be the same in both cases.
Agreed.
Successfully merging a pull request may close this issue.
Keyword after dot should not be highlighted as a keyword. This is already appeared in
.catch
issue #1526. Current found issue is in the next code:Where
from
andforEach
highlighted askeyword
andfunction
respectively.The text was updated successfully, but these errors were encountered: