dotfiles/config/atom/snippets.cson

8 lines
138 B
Plaintext

'.text.html.elixir':
'Template':
'prefix': '%'
'body': '<% $1 %>'
'End Template':
'prefix': 'end'
'body': '<% end %>'