]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/html-mode/input
Merge commit 'fe9ec0c54c5c0224bdce6b557fe1f4bf2acbc972' as 'packages/company-math'
[gnu-emacs-elpa] / packages / yasnippet / snippets / html-mode / input
1 # contributor: Jimmy Wu <frozenthrone88@gmail.com>
2 # name: <input ... />
3 # key: input
4 # --
5 <input type="$1" name="$2" value="$3" />