6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: process
|
||
|
# key: pr
|
||
|
# --
|
||
|
process = $1;
|
||
|
$0
|