9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
# -*- mode: snippet -*-
|
|
# contributor: Seong Yong-ju
|
|
# name: class
|
|
# key: class
|
|
# --
|
|
class ${1:name}${2:($3)}${4: : $5}${6: {
|
|
$0
|
|
}}
|