Just a heads-up that we will be making some top-level API changes in v4 that may affect your library.
injectGlobal is being removed
createGlobalStyle is being added
createGlobalStyle can likely inherit any syntax highlighting rules you may have been using for injectGlobal, styled.* etc.
More info: styled-components/styled-components#1867