Skip to content

Releases: AndrewRadev/sideways.vim

Mappings to add new items

31 Aug 07:52
Compare
Choose a tag to compare
  • JSX support
  • Rust support
  • Support for items that span multiple lines
  • Mappings for adding new items
  • Lots of bugfixes

Multiline

03 Jul 09:13
Compare
Choose a tag to compare

The big feature is multiline support! Took a while to get right, but it finally seems like it works fine for all use cases. Experiment with, for example:

<div class="example"
     style="color: red;"
     something="other">
  Example
</div>

Apart from that, there's also support for handlebars components now, and a bunch of fixes and refactorings.