Editor not coloring JS comments correct #84034
Labels
confirmed
Issue has been confirmed by VS Code Team member
grammar
Syntax highlighting grammar
javascript
JavaScript support issues
typescript
Typescript support issues
upstream-issue-linked
This is an upstream issue that has been reported upstream
Issue Type: Bug
Hi,
The editor won't color the comments correct in row 2 & 3. See below.
1 console.log("4" * "5"); // 20
2 console.log('4' / '2'); // 2
3 console.log("4" / "2"); // 2
4 console.log(4 / 2); // 2
5 console.log(4 * "5"); // 20
VS Code version: Code 1.39.2 (6ab5985, 2019-10-15T15:35:18.241Z)
OS version: Windows_NT x64 10.0.18362
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
oop_rasterization: disabled_off
protected_video_decode: enabled
rasterization: enabled
skia_deferred_display_list: disabled_off
skia_renderer: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: disabled_off
webgl: enabled
webgl2: enabled
Extensions (2)
The text was updated successfully, but these errors were encountered: