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 %>'