emacs/snippets/swift-mode/func

7 lines
80 B
Plaintext

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