pushqrdx / vscode-inline-html

🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=pushqrdx.inline-html
GNU General Public License v3.0
54 stars 15 forks source link

support less/scss language feature #26

Closed maroon1 closed 2 years ago

maroon1 commented 2 years ago

Sample

const scss = /* scss */`
div {
  &:hover {}
}
`

const less = /* less */`
div {
  &:hover {}
}
`
pushqrdx commented 2 years ago

Thanks! I will look at it shortly