yasnippet-snippets/snippets/erlang-mode/def

5 lines
73 B
Plaintext

# -*- mode: snippet -*-
# name: -define(...,...).
# --
-define($1,$2).
$0