I'd love better syntax highlighting of the HTML to better indicate what is an Angular directive and what is plain HTML.
Elements/Attributes that have hyphens would be different color than elements/attributes that don't have them. This may be too limiting, so we could expose a setting that allows the user to configure which prefixes are angular ones. ng- would be one by default, but users could add other custom ones.
As far as I know you can not hot swap things like that in the syntax file but we could add that feature (any dashed attributes) to the existing custom HTML syntax file that's provided.
I'd love better syntax highlighting of the HTML to better indicate what is an Angular directive and what is plain HTML.
Elements/Attributes that have hyphens would be different color than elements/attributes that don't have them. This may be too limiting, so we could expose a setting that allows the user to configure which prefixes are angular ones. ng- would be one by default, but users could add other custom ones.