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
TS and JS Grammar Extension version: 0.0.22 ??? (installed extension in VS Code today) Environment: VS Code 1.13, Windows 7
Code
varx=0;vary=1;varz=<number>x+<number>y;
Notice how the 2nd <number> and <string> are not syntax colored blue, but the <Date> is correct.
Expected behavior:
both <number> and <string> instances should by syntax highlighted blue Actual behavior:
only the first <number> and <string> are syntax highlighted blue