Skip to content

Instantly share code, notes, and snippets.

@pedrosanta
Created November 21, 2013 07:11
Show Gist options
  • Select an option

  • Save pedrosanta/7577251 to your computer and use it in GitHub Desktop.

Select an option

Save pedrosanta/7577251 to your computer and use it in GitHub Desktop.

Revisions

  1. pedrosanta created this gist Nov 21, 2013.
    13 changes: 13 additions & 0 deletions Strict-(usestrict).sublime-snippet
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    <snippet>
    <content><![CDATA[
    (function() {
    "use strict";
    ${1:// Code goes here...}
    }());
    ]]></content>
    <tabTrigger>usestrict</tabTrigger>
    <scope>source.js</scope>
    </snippet>