HTML templates are not highlighted in Angular components (.ts files)
Hello!
This snippet is not highlighted on Gitlab, although it's a valid syntax in Angular:
// some-comp.component.ts
@Component({
selector: 'selector',
template: `<ng-container *ngIf="false"></ng-container>`
})
class SomeComp {}
This issue has been automatically marked as stale because it has not had any activity for more than a year. It will be closed if no additional activity occurs within the next 14 days. If you would like this issue to remain open, please reply and let us know if the issue is still reproducible.
👋🏼 @WouldYouKindly Is it still an issue? I have checked with the latest release v3.30.0 and it seems to be ok.

(see link)
Hi @tancnle to my great regret, I no longer enjoy the luxury of working with Gitlab, so I can't confirm.