Revision: 40969
Updated Code
at February 10, 2011 11:00 by r2cgroup
Updated Code
//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} -->
Revision: 40968
Updated Code
at February 10, 2011 10:59 by r2cgroup
Updated Code
//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} -->
Revision: 40967
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 10, 2011 10:53 by r2cgroup
Initial Code
<div${1: class="${2:name}"}> ${0:$TM_SELECTED_TEXT} </div><!-- end ${2:name} -->
Initial URL
Initial Description
Matthew's local shortcut for this is: command+2
Initial Title
R2C TextMate Bundle - Div .class
Initial Tags
Initial Language
HTML