emacs/snippets/coq-mode/misc/if.yasnippet

7 lines
86 B
Plaintext

# -*- mode: snippet -*-
# key: if
# group: misc
# name: if
# --
if $1 then $2 else $0