diff --git a/snippets/julia.snippets b/snippets/julia.snippets index 77a7dac..1876ed8 100644 --- a/snippets/julia.snippets +++ b/snippets/julia.snippets @@ -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