pawelgrzybek / snippet-generator

Snippet generator for Visual Studio Code, Sublime Text and Atom
https://snippet-generator.app/
1.74k stars 202 forks source link

Atom String Interpolation #14

Closed imcodingideas closed 6 years ago

imcodingideas commented 6 years ago

I have a snippet in atom, and I can't seem to figure out how to do string interpolation i.e. #{name} in a atom snippet.

  'flash_message':
    'prefix': 'flash'
    'body': """
      <% flash.each do |name, msg| %>
        <%= content_tag(:div, msg, class: "alert alert-#{name}") %>
      <% end %>
    """
pawelgrzybek commented 6 years ago

Sorry I can't help you with this one. I don't use Atom anymore and this issue is not directly related with an app.