From 7c13118630f350aeb5621a31f5b520fbc095a5ef Mon Sep 17 00:00:00 2001 From: Sylvain Joyeux Date: Tue, 20 Feb 2018 08:46:01 -0300 Subject: [PATCH] fix wrong placeholder in "if else" snippet --- snippets/ruby.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",