yasnippet-snippets/snippets/clojure-mode/if

9 lines
98 B
Plaintext
Raw Normal View History

2019-03-09 19:35:58 +01:00
# -*- mode: snippet -*-
# -*- coding: utf-8 -*-
# name: if
# key: if
# --
(if $1
$2$>
$3)$>
2019-03-09 19:35:58 +01:00
$0