summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/nxml-mode/style
diff options
context:
space:
mode:
authorSimeon Simeonov2019-03-20 12:58:35 +0100
committerSimeon Simeonov2019-03-20 12:58:35 +0100
commit8d4b6e4a5dbd7ce8bbe3f8b545bff0c2d888df64 (patch)
tree29a533124c29cacb0034e7fec4e18dbb092f6a8d /.emacs.d/snippets/nxml-mode/style
parentf2214365df0970ec3c82bbab318d1ed10371ba2d (diff)
Cosmetic changes in .emacs.d/snippets/nxml-mode and .emacs.d/snippets/python-mode
Diffstat (limited to '.emacs.d/snippets/nxml-mode/style')
-rw-r--r--.emacs.d/snippets/nxml-mode/style11
1 files changed, 6 insertions, 5 deletions
diff --git a/.emacs.d/snippets/nxml-mode/style b/.emacs.d/snippets/nxml-mode/style
index b80be1c..9066c02 100644
--- a/.emacs.d/snippets/nxml-mode/style
+++ b/.emacs.d/snippets/nxml-mode/style
@@ -1,6 +1,7 @@
1#contributor : Anders Bach Nielsen <abachn@abachn.net> 1# -*- mode: snippet -*-
2#name : <style type="text/css" media="...">...</style> 2# contributor : Anders Bach Nielsen <abachn@abachn.net>
3# -- 3# name: <style type="text/css" media="...">...</style>
4<style type="text/css" media="${1:screen}"> 4# --
5 $0 5<style type="text/css" media="${1:screen}">
6 $0
6</style> \ No newline at end of file 7</style> \ No newline at end of file