Syntax highlighting for <>CSS in JSX</> in VSCode.
Mostly written from styled-components VSCode extension.
Like the <>CSS in JSX</> library itself, this is a proof of concept. It is not yet ready for been published as an extension for VSCode.
Provides syntax highlighting for your CSS in JSX.
- autocompletion does not work
- style fragments in jsx expressions (
{ condition && <>property: value;</>
}) are not highlighted - @media at-rules are not properly highlighted
- ...
- fix the above issues
- remove useless SCSS grammar tokens
- publish the extension