8 lines
71 B
Plaintext
8 lines
71 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: case
|
|
# key: ca
|
|
# --
|
|
case {
|
|
$1
|
|
};
|
|
$0 |