# -*- mode: snippet -*- # key: sub # contributor: Translated from TextMate Snippet # name: Function # -- sub ${1:function_name} { ${2:# body...} }