diff options
Diffstat (limited to '.emacs.d/snippets/nxml-mode/link')
| -rw-r--r-- | .emacs.d/snippets/nxml-mode/link | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.emacs.d/snippets/nxml-mode/link b/.emacs.d/snippets/nxml-mode/link index d93b7a5..f10580b 100644 --- a/.emacs.d/snippets/nxml-mode/link +++ b/.emacs.d/snippets/nxml-mode/link | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | 1 | # -*- mode: snippet -*- |
| 2 | #name : <link stylesheet="..." /> | 2 | # contributor : Anders Bach Nielsen <abachn@abachn.net> |
| 3 | # -- | 3 | # name: <link stylesheet="..." /> |
| 4 | # -- | ||
| 4 | <link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" /> \ No newline at end of file | 5 | <link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" /> \ No newline at end of file |
