]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/html-mode/link.stylesheet
Merge commit 'f0b45f4a010d8e5680f66c9a22f433386d023466' from context-coloring
[gnu-emacs-elpa] / packages / yasnippet / snippets / html-mode / link.stylesheet
1 # contributor: Jimmy Wu <frozenthrone88@gmail.com>
2 # name: <link stylesheet="..." />
3 # key: link
4 # --
5 <link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />