7 lines
92 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: lambda func
# key: lambda
# --
func(${1:args}) $2 {
$0
}()