From 10caf6b1685b412a4104380a7e9840ce783f3c3e Mon Sep 17 00:00:00 2001 From: Inhji Date: Mon, 6 May 2019 11:21:21 +0200 Subject: [PATCH] change elixir template snippet --- config/atom/snippets.cson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/atom/snippets.cson b/config/atom/snippets.cson index 37ccb12..4890abf 100644 --- a/config/atom/snippets.cson +++ b/config/atom/snippets.cson @@ -1,7 +1,7 @@ '.text.html.elixir': 'Template': - 'prefix': 't' - 'body': '<%= $1 %>' + 'prefix': '%' + 'body': '<% $1 %>' 'End Template': 'prefix': 'end' 'body': '<% end %>'