https://github.com/guywaldman/auto-sect
An Atom package for auto-titling sections of code.
https://github.com/guywaldman/auto-sect
apm atom auto-sect package
Last synced: 9 days ago
JSON representation
An Atom package for auto-titling sections of code.
- Host: GitHub
- URL: https://github.com/guywaldman/auto-sect
- Owner: guywaldman
- License: mit
- Created: 2016-09-29T17:31:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T01:21:58.000Z (about 8 years ago)
- Last Synced: 2025-04-14T11:17:15.639Z (9 days ago)
- Topics: apm, atom, auto-sect, package
- Language: JavaScript
- Size: 25.4 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Auto-Sect for Atom
[]() []()An [Atom Package](https://atom.io/packages/auto-sect) for auto-titling your code. Supports indentation.

## Syntax supported
- JavaScript
- CoffeeScript
- HTML
- CSS
- SASS/SCSS
- Python
- Shell/BASH
- Haskell
- RubyAll other syntaxes use the `//` inline comment syntax (that, of course, includes SASS/SCSS, C, etc);
## To be added
- More syntax support
- More configuration