Added ternary operator snippet

This commit is contained in:
Felix Jung 2014-06-23 12:37:17 +02:00
parent d6be69ad31
commit 79a0442e54

View File

@ -69,6 +69,9 @@ snippet ife full if-else statement
${0}
end
snippet tern ternary operator
${1} ? ${2} : ${3:nothing}
# Exceptions
snippet try try catch
try