Skip to content

vUdav/vue-tag-highlight

 
 

Repository files navigation

vue-tag-highlight README

Features

Highlight and add color to <script>, <template>, and <style> tags in Vue.

For example, they will be highlighted as follows:

feature

Extension Settings

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)"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%