]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/nxml-mode/link
Add 'packages/loccur/' from commit 'fb1fbc0ff5da7a8b117542ab8083d29cd79e12b2'
[gnu-emacs-elpa] / packages / yasnippet / snippets / nxml-mode / link
1 # contributor: Anders Bach Nielsen <abachn@abachn.net>
2 # name: <link stylesheet="..." />
3 # key: link
4 # --
5 <link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />