change elixir template snippet

This commit is contained in:
Inhji 2019-05-06 11:21:21 +02:00
parent b054163475
commit 10caf6b168
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
'.text.html.elixir': '.text.html.elixir':
'Template': 'Template':
'prefix': 't' 'prefix': '%'
'body': '<%= $1 %>' 'body': '<% $1 %>'
'End Template': 'End Template':
'prefix': 'end' 'prefix': 'end'
'body': '<% end %>' 'body': '<% end %>'