7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: return
|
||
|
# key: ret
|
||
|
# uuid: ret
|
||
|
# condition: (not (sp-point-in-string-or-comment))
|
||
|
# --
|
||
|
return `%`$0;
|