7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: command
|
|
# key: command
|
|
# --
|
|
command ${1:void} ${2:naMe}($3) {
|
|
|
|
} |