Invalid syntax highlighting after arrow function with single line conditional body #741
Closed
Description
TS and JS Grammar Extension version: 0.0.50 / latest
Code
class CategoriesComponent {
x() {
subscribe(data => { if (data) console.log(1) })
}
private checkCompanyRole() {
return this
}
}
Highlighting is broken after the console.log(1)
Metadata
Assignees
Labels
No labels