Skip to content

Instantly share code, notes, and snippets.

@jonnymaceachern
Created December 9, 2015 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonnymaceachern/a20d55bb7b143ba8297f to your computer and use it in GitHub Desktop.
Save jonnymaceachern/a20d55bb7b143ba8297f to your computer and use it in GitHub Desktop.
describe
<snippet>
<!-- Example: Hello, ${1:this} is a ${2:snippet}. -->
<content><![CDATA[
/*
---------------------------------------------------------------------------
${1}
---------------------------------------------------------------------------
${2}
---------------------------------------------------------------------------
*/
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>describe</tabTrigger>
<description>CSS description comment</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.scss, comment.block.scss, punctuation.whitespace.comment.trailing.scss</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment