diff --git a/snippets/julia.json b/snippets/julia.json index ae196fa2..ef0e6c7d 100644 --- a/snippets/julia.json +++ b/snippets/julia.json @@ -79,6 +79,11 @@ "body": ["begin", "\t$0", "end"], "description": "Code snippet to create a begin block." }, + "let": { + "prefix": ["le", "let"], + "body": ["let", "\t$0", "end"], + "description": "Code snippet to create a let block." + }, "main": { "prefix": "main", "body": ["function main()", "\t$0", "end", "\nmain()"],