Beautify HTMLBars code and comments. Supports Handlebar tags within comments. Use {{!--...--}}
atom-beautify's handlebars formatting breaks if handlebars comments contain inline tags {{...}}
. This package adds support for including handlebars tags inside comments without breaking formatting. Long commenting standard ({{!--...--}}
) needs to be used for formatting to work with inline tags.
Example
{{!--foo partial commentsExample:{{> foo-partial}}--}}
Keyboard shortcut:
ctrl-alt-[
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.