unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/nxml-mode/link

4 lines
184 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <link stylesheet="..." />
# --
<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />