Klimi's new dotfiles with stow.
 
 
 
 
 
 

10 řádky
132 B

# -*- mode: snippet -*-
# name: if ... else ... end
# key: ife
# group : control structure
# --
if ${1:condition}
$2
else
$3
end