michaelgmcd / vscode-language-babel

VSCode syntax highlighting for today's JavaScript
https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel
MIT License
131 stars 17 forks source link

Add support for createGlobalStyle in styled-components #37

Closed cbovis closed 5 years ago

cbovis commented 5 years ago

Version 4 of styled-components introduces a new createGlobalStyle function which currently doesn't get picked up by vscode-language-babel (https://www.styled-components.com/docs/api#createglobalstyle). This PR adds support for it.

brneto commented 5 years ago

When this going to be merged?

michaelgmcd commented 5 years ago

Looks great!

michaelgmcd commented 5 years ago

I will release this in a patch version tonight

brneto commented 5 years ago

@michaelgmcd Hello! This patch version was released?

michaelgmcd commented 5 years ago

@brneto It has been published, yes.

brneto commented 5 years ago

@michaelgmcd Now vscode update to your last version. Thank you very much!