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
Which language seems to have the issue?
JavaScript and TypeScript
Are you using highlight or highlightAuto? highlight
Sample Code to Reproduce
eval();neval();eval2();
Expected behavior
An identifier that starts with the prefix of a built-in global should not be recognized as that built in global. For example, the identifiers eval2, evaluate, evaluation are all confused with the built-in global eval and highlighted incorrectly.