Skip to content

Instantly share code, notes, and snippets.

@StefanoRausch
Created February 26, 2013 08:46
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 StefanoRausch/5037050 to your computer and use it in GitHub Desktop.
Save StefanoRausch/5037050 to your computer and use it in GitHub Desktop.
SCSS : template file silent
<snippet>
<content><![CDATA[
// **
// * ${1:file-name}.scss
// *
// * CSS version 3
// *
// * LICENSE : MIT - Copyright (C) ${2:2013} ${3:Stefano F. Rausch < stefano@rausch-e.net >}
// *
// * package : ${4:Kit Framework}${5:/${6:sub-package}}
// * author : Stefano F. Rausch < stefano@rausch-e.net >
// * license : http://opensource.org/licenses/MIT
// * version : ${7:1.0.0}${8:build}
// * link : ${9:http://stefano.rausch-e.net}
// * since : File available since Release ${10:1.0.0}
// *
// * Semantic versioning according to http://semver.org
// *
$0
// * eof
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>template-file-silent</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.scss</scope>
<!-- Optional: Set a description to override the snippet's name -->
<description>scss silent template file</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment