Skip to content

Instantly share code, notes, and snippets.

@oosby
Created November 9, 2015 02:10
Show Gist options
  • Save oosby/b783b88126d774d0502c to your computer and use it in GitHub Desktop.
Save oosby/b783b88126d774d0502c to your computer and use it in GitHub Desktop.
<snippet>
<content><![CDATA[
gulp.task('${1}', function(){
gulp.${2:src}(${3})
.pipe(${4});
});
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>gt</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