Auto close HTML-like tags. The updated, patched version of the original (abandoned) autoclose.
- when type
<a>
will get<a></a>
- then type Enter will get
<a>
</a>
- you can add disabled file extensions in setting view
Atom package - close html-like tag in all file automatically. The updated, patched version of the original (abandoned) autoclose.
CoffeeScriptMIT