Skip to content

Instantly share code, notes, and snippets.

@mager19
Last active November 18, 2018 15:34
Show Gist options
  • Save mager19/a0c57dbf73ea50e95276dc25c177f1b2 to your computer and use it in GitHub Desktop.
Save mager19/a0c57dbf73ea50e95276dc25c177f1b2 to your computer and use it in GitHub Desktop.
Snippets Sublime
<snippet>
<content><![CDATA[
@include media-breakpoint-down(${1:md}){
$2
}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>ind</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
<snippet>
<content><![CDATA[
//--------------------------------------------------------------
// ${1:Comment}
//--------------------------------------------------------------
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>com</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.scss</scope>
</snippet>
<snippet>
<content><![CDATA[
<div class="container">
<div class="row">
$1
</div>
</div>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>container</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment