Skip to content

bugvillage/Super-Shell-Indent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=1215

This is a shell indentation script that calculates the indent level based on begin/end syntax pairs, as opposed to complex conditionals and pattern matching.

This script also introduces indentation for:

           case blocks 
           paren blocks
           '[[' blocks
           line continuation

It's slower than the stock indentation, but IMHO, it doesn the "right" thing much more often.  :)


About

Improved indentation for shell scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%