Describe your feature request
So, it would be good if there is a way to implement syntax highlighting for .astro files.
What problem(s) would this feature solve?
Currently these .astro files does not have any syntax highlighting and is treated as text files.
These .astro files uses a very similar syntax highlighting to default html, css and js files.
Explain what you were trying to do when you came across the problem leading to this feature request
I am currently trying to use astro js which uses .astro files.