Thom1729 / Sublime-JS-Custom

Customizable JavaScript syntax highlighting for Sublime Text.
MIT License
137 stars 9 forks source link

Rewrite Styled Components. #111

Closed Thom1729 closed 3 years ago

Thom1729 commented 3 years ago

For #93.

Instead of using the original Styled Components syntax definition borrowed from babel-sublime, extend the core CSS syntax.

This should support more modern CSS features, and also CSS comments. (See https://github.com/babel/babel-sublime/issues/364.)