unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/html-mode/textarea

4 lines
166 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <textarea ...></textarea>
# --
<textarea name="$1" id="$2" rows="$3" cols="$4" tabindex="$5"></textarea>