stkb / Rewrap

Rewrap extension for VSCode and Visual Studio
https://marketplace.visualstudio.com/items/stkb.rewrap
Other
499 stars 58 forks source link

Does not wrap in Handlebars templates #381

Open gfoust opened 10 months ago

gfoust commented 10 months ago

This does not seem to be wrapping text in Handlebars templates (file extension .hbs). I am attempting to wrap the text in an HTML tag. For example:

<p>
  Some line that is long enough to require wrapping...
</p>

If I change the language mode to HTML then it wraps the line correctly, but if I change the language mode back to Handlebars then the "Rewrap Comment / Text" command does not seem to have any effect. I've tried both with a ruler and with a Wrapping Column value.