yubaoquan / auto-close-html2

Atom package, automatically close the html tag.
https://atom.io/packages/auto-close-html2
MIT License
4 stars 5 forks source link
atom atom-package html

auto-close-html2 package

There are some auto close html tag packages on atom.io, but they all have sort of bugs and it seems that the owners don't want to maintain the packages anymore. So I copied a package from autoclose , and fixed its bug.

A screenshot of your package

Settings

Changelog

0.2.0

0.3.0

0.3.2

0.3.3

0.3.4

0.3.5

before 0.3.5

<div
    aaa="bbb"
    ></div>

after 0.3.5

<div
    aaa="bbb"
></div>

0.3.6

0.3.8

A screenshot of 0.3.7

0.4.1

0.5.0

0.5.1

0.6.0

0.6.1

0.7.0