]> code.delx.au - gnu-emacs-elpa/blob - snippets/html-mode/link.stylesheet
Keep snippet vars definitions in a single format across all snippets and documentation.
[gnu-emacs-elpa] / 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}" />