section 0 200 B

12345678
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : section 3
  3. #key : s0
  4. # --
  5. ${1:$(make-string (string-width text) ?\=)}
  6. ${1:subsection name}
  7. ${1:$(make-string (string-width text) ?\=)}
  8. $0