component-party.dev
component-party.dev copied to clipboard
Code highlight for Angular inline template and styles
Is it possible to have code highlighting for Angular inline template and styles?
Or is there any way to extend astroHighlightCode to check for angular specific component and to replace the template string to highlighted html or the styles string to highlighted css?
Current behavior is not so nice, as it shows the template all in one color, would be perfect if we could add syntax highlighting to it.