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

fix: add support for `createGlobalStyles` as CSS #90

Closed omBratteng closed 2 years ago

omBratteng commented 2 years ago

Libraries like goober has named their global styles function createGlobalStyles, so this PR adds an optional s to the regex the check whether it is createGlobalStyle or createGlobalStyles

michaelgmcd commented 2 years ago

Thanks for the PR!