Highlight and add color to <script>
, <template>
, and <style>
tags in Vue.
For example, they will be highlighted as follows:
If you want to set up custom highlighting for the <script>
, <template>
, and <style>
tags, you can do so as follows:
"vue-tag-highlight.color.script": "rgba(255, 255, 255, 0.2)",
"vue-tag-highlight.color.template": "rgba(0, 0, 255, 0.2)",
"vue-tag-highlight.color.style": "rgba(255, 0, 0, 0.2)"