4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: case ... => ...
|
||
|
# --
|
||
|
case ${1:_} => $0
|