atom-handlebars
atom-handlebars copied to clipboard
Show Indent Guide misaligned as keyword in block level component
The as
keyword used in a block level component doesn't align properly
I'm using 2 space indents (no tabs).
The following code does not indent correctly when using the HTML (Handlebars)
syntax highlighter supplied in this package (notice the 1 space before as
):
{{#block-level-component
correctly='indented'
as |incorrectly-indented|
}}
{{/block-level-component}}
No longer present in 1.9.0