You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rwxrob-dot/snippets/README.md

14 lines
462 B
Markdown

# Snippets and Templates Library
Code templates and other snippets that I often find myself needing to
source or paste. I use them with a `snip` script. Your mileage may vary.
## Conventions
* Directories named after Vim file types
* Files have no suffixes
* Use full shebang for syntax even if deleted
* Executable just for convenience (don't add to `PATH`)
* Initial paragraph of explanatory comment (easy to delete)
* Always use `shellcheck` before saving