ymotongpoo / vsc-licenser

License handler extension for Visual Studio Code.
Apache License 2.0
45 stars 40 forks source link

fix: svelte and vue templates follow html really #123

Closed akkumar closed 2 years ago

akkumar commented 2 years ago

Allow svelte and vue files to have comments inserted in them as per html format

akkumar commented 2 years ago

Ref: https://stackoverflow.com/questions/41228833/how-to-comment-code-in-a-vue-js-file

Ref 2: https://flaviocopes.com/svelte-comments/ .

akkumar commented 2 years ago

@ymotongpoo - Can you help review this ?