Optional comma separated interface member without type breaks highlighting #651
Closed
Description
TS and JS Grammar Extension version: 0.0.43 / latest
Code
interface DagEdge {
id?
}
var a = 1;
Highlighting is broken after the interface declaratio
Metadata
Assignees
Labels
No labels