Added ternary operator snippet
This commit is contained in:
parent
d6be69ad31
commit
79a0442e54
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user