gorriecoe / atom-silverstripe

SilverStripe syntax highlighting and snippets for atom editor.
https://atom.io/packages/atom-silverstripe
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

Html closing tag removes the current intent #15

Open georgebotley opened 3 years ago

georgebotley commented 3 years ago

Should I have this code:

<div class="blog-post">
    <div class="blog-post__date"></div>
    <div class="blog-post__title"></div>
</div>

then adding a new div would remove the intent on adding the closing tag like this:

<div class="blog-post">
    <div class="blog-post__date"></div>
    <div class="blog-post__title"></div>
<div class="blog-post__photo"></div>
</div>

How do we patch this in settings? It is irritating to say the least :-(