ASCII Comment Snippets
A collection of Sublime Text snippets that expand into large, highly visible code comments.
Details
Installs
- Total 5K
- Win 3K
- Mac 1K
- Linux 745
Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
ASCII Comment Snippets
This project came about after being inspired by Arley McBlain's post on Sublime Text + Sass + Ascii Art For the Win. I've been typing out comments manually for entirely too long, so I put these comment snippets together.
Example:
When inside a .css/.scss/.less file ccolors(tab) expands into
/*
.d8888b. 888
d88P Y88b 888
888 888 888
888 .d88b. 888 .d88b. 888d888 .d8888b
888 d88""88b 888 d88""88b 888P" 88K
888 888 888 888 888 888 888 888 "Y8888b.
Y88b d88P Y88..88P 888 Y88..88P 888 X88
"Y8888P" "Y88P" 888 "Y88P" 888 8888P'
*/
I'll be adding more all the time. If you come up with some of your own, pull request me. I'd love to build it out for as many languages as possible!
Usage
Turning off word wrap is a good idea.
Each snippet begins with “c” for comment, namespacing the snippets a bit. If you're about to write a section of CSS for typography, you can do ctypography, ctypo, cfont or cfonts, then hit tab. As fantastic Ascii comment will be dropped into your code.
Snippets
These are comment title - snippet trigger
CSS
- Typography -
ctypography, ctypo, cfont, or cfonts
- Breadcrumbs -
cbreadcrumbs
- Footer -
cfooter
- General -
cgeneral
- Global -
cglobal
- Grid -
cgrid
- Header -
cheader
- Layout -
clayout
- Lists -
clists
- Base -
cbase
- Media Queries -
cmediaqueries
- Modules -
cmodules, cmods
- State -
cstate
- Touch Styles -
ctouch
- Theme -
ctheme
- Colors -
ccolors or ccolor