.vue file is rendered as a plain text by default, manual configuration is needed to introduce syntax highlight for these files.
Steps to Reproduce the Issue
Copy any file with .vue format from any vue based project
Open it
You will see that there are no code syntax highlight
Expected Behavior
.vue file is recognized as well as a .html file and should be rendered the same way a .html file is rendered, this allows to reuse the mechanism on rendering html files and a better coding experience with a vue based project
Actual Behavior
No syntax highlighting is displayed on any .vue file
Description of the Issue
.vue file is rendered as a plain text by default, manual configuration is needed to introduce syntax highlight for these files.
Steps to Reproduce the Issue
Expected Behavior
.vue file is recognized as well as a .html file and should be rendered the same way a .html file is rendered, this allows to reuse the mechanism on rendering html files and a better coding experience with a vue based project
Actual Behavior
No syntax highlighting is displayed on any .vue file