Not sure how to do this (I have no experience with parsing, nor writing a vscode-extension) but I would really like to use the plugin within vue.js :)
Within a .vue file, there are two sections to consider:
The <template></template> section consists partly of javascript/typescript code (mixed within html)
The <script></script> section is purely javascript/typescript code
Not sure how to do this (I have no experience with parsing, nor writing a vscode-extension) but I would really like to use the plugin within vue.js :) Within a .vue file, there are two sections to consider:
<template></template>
section consists partly of javascript/typescript code (mixed within html)<script></script>
section is purely javascript/typescript code