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 {}
.```
I found that there are two ways now:
It looks like Scully team wants to get rid of core dependency for highlight.js and that's why it's wise to use the second option.