An Atom package for auto-titling sections of code.
JavaScript CSS
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
keymaps
lib
menus
styles
.gitignore
CHANGELOG.md First commit Sep 29, 2016
LICENSE.md
README.md
config.js First commit Sep 29, 2016
package.json

README.md

Auto-Sect for Atom

apm apm

An Atom Package for auto-titling your code. Supports indentation.


Preview for package

Syntax supported

  • JavaScript
  • CoffeeScript
  • HTML
  • CSS
  • SASS/SCSS
  • Python
  • Shell/BASH
  • Haskell
  • Ruby

All other syntaxes use the // inline comment syntax (that, of course, includes SASS/SCSS, C, etc);

To be added

  • More syntax support
  • More configuration