Mercurial > hg > dotemacs
view elpa/yasnippet-0.9.1/snippets/html-mode/form @ 141:ee4b6191b61e
packages: update yasnippet and deps
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Wed, 20 Apr 2016 13:40:19 -0400 (2016-04-20) |
parents | elpa/yasnippet-0.8.0/snippets/html-mode/form@156cbb54f344 |
children |
line wrap: on
line source
# contributor: Jimmy Wu <frozenthrone88@gmail.com> #name :<form method="..." id="..." action="..."></form> # key: form # -- <form method="$1" id="$2" action="$3"> $0 </form>