Releases: styled-components/vim-styled-components
Releases · styled-components/vim-styled-components
v2.3
- Update installation instruction for vim-plug to be compatible with this plugin.
v2.2
- Fix stopped highlighting after comma (#32).
v2.1
- Implement autocomplete (#35).
- Improve typescript support (#37).
- Improve jsx filetype support.
- Fix highlighting issues from v2.0 (1344c3d and 2880d81).
v2.0
- Rewrite syntax highlighting and indenting.
- Explicitly target styled section. (#21)
- Make highlighting more consistent and robust. (#23)
- Highlight classes correctly. (#24)
- Fix maxmempattern-related memory issues. (#28)
- Fix nested parenthesis issues. (#33)
v1.3.0
- Transfer project to
styled-components
organization.
- Shorten library support effort.
- Add support for emotion api (#27).
v1.2.0
- Support multi-line imports (#17)
- Manually re-define
cssAttrRegion
(#18)
- Add support for
glamor/styled
v1.1.0
Add support for v2 and diet-cola.
First public release
vim-styled-components
is just a small plugin but went through a lot of revisions to be at the current point, so I am confident enough to declare the current state of this plugin the first official public non-beta release.
- Allow third-party plugins to supply CSS3 rules (#9).
- Handle JS template expressions inside CSS definitions, inside of JS template strings.