ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

ASCII Comment Snippets

by dgrebb ALL

A collection of Sublime Text snippets that expand into large, highly visible code comments.

Labels snippets

Details

  • 2013.07.01.00.24.53
  • github.​com
  • github.​com
  • 11 years ago
  • 51 minutes ago
  • 11 years ago

Installs

  • Total 5K
  • Win 3K
  • Mac 1K
  • Linux 738
Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15
Windows 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 1 0 0 0 0 0 1 0 0 0 1 1 0 3 1 1 0 1 1
Mac 0 0 0 0 0 0 0 0 0 0 0 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
Linux 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 1 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