Skip to content

sherghan/atom-auto-fold

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Fold package

Fold (and unfold) marked places in a opened file with a single keypress.

Screenshot

Keybindings:

  • alt-a toggles the fold in the current file

Markers

Markers tell this package, where it should fold. The following markers are available:

  • @atom-fold here: Marks the current line for folding
  • @atom-fold next: Marks the next line for folding
  • @atom-fold regex /regex1/ /regex2/ ...: marks all lines, which match the specified regexes
    • must be on the first commented line in the file!

About

Atom package for folding

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 94.2%
  • CSS 5.8%