Added ternary operator snippet
This commit is contained in:
parent
d6be69ad31
commit
79a0442e54
@ -69,6 +69,9 @@ snippet ife full if-else statement
|
|||||||
${0}
|
${0}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
snippet tern ternary operator
|
||||||
|
${1} ? ${2} : ${3:nothing}
|
||||||
|
|
||||||
# Exceptions
|
# Exceptions
|
||||||
snippet try try catch
|
snippet try try catch
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user