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 for CSS tag #7

Closed drachehavoc closed 5 years ago

drachehavoc commented 5 years ago

Please add the possibility to intellisense for CSS, something like this:

css`
    div {
        color: red
    }
`
pushqrdx commented 5 years ago

@drachehavoc I'll try to get this working asap.

drachehavoc commented 5 years ago

Thanks! it's the best plugin for sure!

pushqrdx commented 5 years ago

@drachehavoc I have implemented css language support as you requested. Hope you give v0.2.0 a test 😁.

drachehavoc commented 5 years ago

Wooooow thanks a lot!

it's the best plugin for sure!

Just beatiful

👍 😄 😀