mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
6 lines
150 B
Plaintext
6 lines
150 B
Plaintext
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
|
#name :<form method="..." action="..."></form>
|
|
# --
|
|
<form method="$1" action="$2">
|
|
$0
|
|
</form> |