jquery.html 190 B

1234567
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : html
  3. #key : .html
  4. #condition : (when (boundp 'jquery-project) jquery-project)
  5. # --
  6. .html('${1:Some text <b>and bold!</b>}')$0