Revision: 40966
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: id="${2:name}"}>
${0:$TM_SELECTED_TEXT}
</div><!-- end ${2:name} -->
Revision: 40965
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: id="${2:name}"}>
${0:$TM_SELECTED_TEXT}
</div><!-- end ${2:name} -->
Revision: 40964
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 10, 2011 10:44 by r2cgroup
Initial Code
<div${1: id="${2:name}"}>
${0:$TM_SELECTED_TEXT}
</div><!-- end ${2:name} -->
Initial URL
Initial Description
Initial Title
R2C TextMate Bundle - Div #id
Initial Tags
Initial Language
HTML