dotfiles/.emacs.d/snippets/rust-mode/if

7 lines
92 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
# -*- mode: snippet -*-
# name: if expr { ... }
# key: if
# --
if ${1:expression} {
$0
}