Created
January 9, 2015 09:28
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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