Syntax highlighting for styled-components.
Uses the CSS grammar from the Atom language-babel.
Highlighting is broken immediately after a styled-component is returned from an arrow function:
const arrowFun = (...args) => css`
height: 12px;
`
const test = "'const' isn't highlighted correctly"