atom-handlebars icon indicating copy to clipboard operation
atom-handlebars copied to clipboard

Show Indent Guide misaligned as keyword in block level component

Open adambowles opened this issue 8 years ago • 1 comments

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}}

screenshot from 2016-08-01 10-49-34

adambowles avatar Aug 01 '16 09:08 adambowles

No longer present in 1.9.0

adambowles avatar Aug 08 '16 10:08 adambowles