Skip to content

Commit

Permalink
Added return
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Malard committed Jul 13, 2016
1 parent fbe9395 commit e62beb2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vanilla.return.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<snippet>
<content><![CDATA[
return ${0}
]]></content>
<tabTrigger>r</tabTrigger>
<scope>source.js,source.ts</scope>
<description>return</description>
</snippet>

0 comments on commit e62beb2

Please sign in to comment.