Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit f470e13

Browse files
author
Wliu
authored
Merge pull request #499 from arandilopez/return-snippet
return snippet
2 parents 2ba9a98 + 785d630 commit f470e13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

snippets/language-javascript.cson

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,6 @@
119119
'export module':
120120
'prefix': 'expmod'
121121
'body': 'module.exports = ${1:name};'
122+
'return':
123+
'prefix': 'ret'
124+
'body': 'return $1;$0'

0 commit comments

Comments
 (0)