diff --git a/snippets/ruby.json b/snippets/ruby.json index 5b2ff6b88..9c96ebb06 100644 --- a/snippets/ruby.json +++ b/snippets/ruby.json @@ -84,7 +84,7 @@ "if else": { "prefix": "if else", "body": [ - "if ${test}", + "if ${1:test}", "\t$0", "else", "\t",