Erlang -ifdef macro
This commit is contained in:
parent
57da5f966f
commit
79c137c550
@ -24,6 +24,10 @@ snippet incl
|
|||||||
# behavior directive
|
# behavior directive
|
||||||
snippet beh
|
snippet beh
|
||||||
-behaviour(${1:behaviour}).
|
-behaviour(${1:behaviour}).
|
||||||
|
snippet ifd
|
||||||
|
-ifdef(${1:TEST}).
|
||||||
|
${0}
|
||||||
|
-endif.
|
||||||
# if expression
|
# if expression
|
||||||
snippet if
|
snippet if
|
||||||
if
|
if
|
||||||
|
Loading…
x
Reference in New Issue
Block a user