I'm creating a blog with Scully and looking for a good way to setup code highlight there.
for example, such block of code(with defining the language):
```typescript
@NgModule({
declarations: [BlogComponent],
imports: [CommonModule, BlogRoutingModule, ScullyLibModule],
})
export class BlogModule {}
.```