Skip to content

Commit

Permalink
Add ret snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonmx authored and lpil committed Nov 27, 2017
1 parent 2b140a7 commit 01780cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snippets/python.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ snippet cascii
# Lambda
snippet ld
${1:var} = lambda ${2:vars} : ${0:action}
snippet ret
return ${0}
snippet .
self.
snippet try Try/Except
Expand Down

0 comments on commit 01780cb

Please sign in to comment.