TrevorSeitz / autoclose

Atom package - close html-like tag in all file automaticly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autoclose

Auto close html-like tag.

capabilities

  • when type <a> will get <a></a>
  • then type Enter will get
<a>

</a>
  • you can add disabled file extensions in setting view

About

Atom package - close html-like tag in all file automaticly

License:MIT License


Languages

Language:CoffeeScript 100.0%