Skip to content

Instantly share code, notes, and snippets.

@franz-josef-kaiser
Created January 9, 2015 09:28
Show Gist options
  • Select an option

  • Save franz-josef-kaiser/2296c2c83eabc0d38678 to your computer and use it in GitHub Desktop.

Select an option

Save franz-josef-kaiser/2296c2c83eabc0d38678 to your computer and use it in GitHub Desktop.
Underscore template example to add it to PHPStorms Recognized File Types
<span id="<%= ids.span_id %>"
style="background-color: <%= colors.color1 %>;"
onMouseOver="this.style.color='<%= colors.color2 %>'"></span>
<div class="some-class" id="<% typeof( foo.bar ) === 'undefined' ? ids.hidden : '' %>"></div>
<a class="anchor" href="<%= target.link %>" target="_blank">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment