/ Published in: HTML
Matthew's local shortcut for this is: command+2
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//This snippet is custom made for use in a TextMate Bundle. //To appropriately use it, create a TextMate Bundle out of it. //After that you can assign it it's own shortcuts / key equivalents. <div${1: class="${2:name}"}> ${0:$TM_SELECTED_TEXT} </div><!-- end ${2:name} -->