dotfiles/config/atom/snippets.cson

8 lines
138 B
Plaintext
Raw Normal View History

'.text.html.elixir':
'Template':
2019-05-06 11:21:21 +02:00
'prefix': '%'
'body': '<% $1 %>'
'End Template':
'prefix': 'end'
'body': '<% end %>'