9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: method
|
||
|
# key: method
|
||
|
# uuid: method
|
||
|
# condition: (not (sp-point-in-string-or-comment))
|
||
|
# --
|
||
|
${1:void} ${2:name}($3) {
|
||
|
$0
|
||
|
}
|