Return to Snippet

Revision: 40969
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
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
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