1# -*- mode: snippet -*- 2# name: func (target) name(args) (results) { ... } 3# -- 4func (${1:target}) ${2:name}(${3:args}) (${4:results}) { 5 $0 6}