Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (almost 8 years ago)
- Last Synced: 2023-11-29T23:37:28.228Z (about 1 year ago)
- Topics: apm, atom, auto-sect, package
- Language: JavaScript
- Size: 25.4 KB
- Stars: 4
- Watchers: 1
- 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
[![apm](https://img.shields.io/apm/dm/auto-sect.svg)]() [![apm](https://img.shields.io/apm/v/auto-sect.svg)]()An [Atom Package](https://atom.io/packages/auto-sect) for auto-titling your code. Supports indentation.
![Preview for package](https://s18.postimg.org/myzysocgp/gifffff.gif)
## 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