Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 587 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 587 Bytes

comment package for atom

Atom package for inserting block- or single line comments via keyboard shortcut

alt tag

Usage

Select the text you want to comment, and hit shift-cmd-m If selection is empty, an empty comment block will be inserted

Both block comments and single line comments are toggled on/off on shift-cmd-m

Language support

...is based on file extensions and will be added incrementally. Latest version supports

  • .class
  • .coffee
  • .cs
  • .css
  • .html/.htm
  • .js
  • .less
  • .md
  • .rb
  • .yml