[TS] type parameters across multiple lines aren't highlighted properly #739
Labels
duplicate
limitation
Issue is result of tmLanguage limitation where in the lookup does not go beyond current line
wontfix
Issue is either side effect or limitation that will not be fixed for now
Issue Type: Bug
The following code highlights correctly in VSCode:
However, this code does not, despite being semantically the same:
In the latter example,
assign
is supposed to be function-like yellow, and small-casedobject
is supposed to be type-like green. Instead, both of them are generic-blue.Steps to reproduce:
VS Code version: Code - Insiders 1.34.0-insider (d234937aedcbc265d2272ba5861125293239f9c7, 2019-04-05T05:13:22.859Z)
OS version: Linux x64 4.15.0-46-generic
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: disabled_off
native_gpu_memory_buffers: disabled_software
rasterization: disabled_software
surface_synchronization: enabled_on
video_decode: unavailable_off
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: