about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/snippets/rust-mode/match
blob: bf0e876e2b9824624c2499ecd6a4e0d7581c53a0 (plain) (blame)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: match
# key: match
# --
match $1 {
    $2 => $3,
}