Skip to content

Commit bd83199

Browse files
author
Cédric Malard
committed
Added return
1 parent fbe9395 commit bd83199

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ ${1:ClassName}.prototype.${2:methodName} = function (${3:arguments}) {
109109
```
110110
111111
112+
### [r] return
113+
114+
```js
115+
return ${0}
116+
```
117+
118+
112119
### [req] require
113120
114121
```js

vanilla.return.sublime-snippet

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
return ${0}
4+
]]></content>
5+
<tabTrigger>r</tabTrigger>
6+
<scope>source.js,source.ts</scope>
7+
<description>return</description>
8+
</snippet>

0 commit comments

Comments
 (0)