-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Description
TS and JS Grammar Extension version: 0.0.53 / latest
Code
The following code breaks the syntax highlighting in typescript
// Please include a code snippet that demonstrates the issue
@Component({
selector: 'foobar',
styles: [(require<any>('./foobar.component.scss')).default.toString()],
template: require('./foobar.component.html') as string,
changeDetection: ChangeDetectionStrategy.OnPush,
})I have no exact clue what could be wrong but if I comment out the styles property and then the syntax highlighting starts to work again.
Metadata
Metadata
Assignees
Labels
No labels

