Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 712 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 712 Bytes

Intro

This project provide vuejs synthax coloration for simple HTML files in VsCode. This can be very usefull if you are using typescript with "vue-template-loader" and "vue-property-decorator". As long as the Template is separated from the implementation, no pluggin can manage synthax coloration. This will apply a "vetur" like coloration.
Caution: this will be applied to all your html files

before
Image before

after
image after

Intall

1) Type "Vue HTML syntax highlighter" on market place
2) Install the extension

Source

This was inspired by vetur tmLanguage
https://github.com/vuejs/vetur