I am using Dracula theme, so my html tag is violet. However, when I use component tag:
<div> //violet - html tag
<component :form="form"/> //violet - a component
</div> //violet - html tag
It is same color to html tag. My question is how can I change color of component tag to make it different to html tag
When I use ReactJS, it's different color