mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
|
|
#name : <div id="..." class="...">...</div>
|
|
# --
|
|
<div id="$1" class="$2">
|
|
$0
|
|
</div> |