summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/nxml-mode/input
blob: 4456a7147d4e942000231210c9a243768f68866d (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# contributor : Anders Bach Nielsen <abachn@abachn.net>
# name: <input ... />
# --
<input type="$1" name="$2" value="$3" />