I am trying to get syntax highlighting (Atom) while using `SugarSS` This compiles correctly but **syntax highlighting doesn't work**: ```html <style> .className opacity: 0 </style> ``` This show the correct syntax highlighting, but **fails to compile**: ```html <style lang="postcss"> .className opacity: 0 </style> ``` ```bash Module build failed: Syntax Error (46:12) Missed semicolon ```