atom-jade
atom-jade copied to clipboard
Highlighting and language parsing issues.
I believe this got worse after the last upgrade.
cc @luisfontes
Hmm I'll check that
@chemoish could you provide me with more context of your code? I couldn't reproduce the bug.
@luisfontes looks like it's the number of spaces before the =
that follows an attribute. In your example, you have exactly 1 space. Where in @chemoish's example, some have more than 1 space...
... having more than 1 space after the =
also seems to be affected as well...
@luisfontes It looks like the first attribute that has a space "issue", will cause the formatting to be incorrect for all following attributes.
Is there a way we can capture and ignore all spaces between attribute names and values?
Since I primarily develop in AngularJS, I have tons of attributes, thus, I keep them on separate lines. The spacing is because I align them with https://github.com/chemoish/atom-valign.
If this is too much of a one off, please close.