Multiline variable declaration types not properly highlighted #491
Closed
Description
TS and JS Grammar Extension version: 0.0.22 / latest
Code
let a: number = w,
b: string = x, // string is not colored
c: any = y, // any is not colored
d: boolean = z; // boolean is not colored
Only the first type declaration is properly syntax colored:
Metadata
Assignees
Labels
No labels