summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/html-mode/dov
diff options
context:
space:
mode:
authorSimeon Simeonov2013-09-19 22:27:58 +0200
committerSimeon Simeonov2013-09-19 22:27:58 +0200
commit7bf6712498ad2618bee7bf5b3866fb6da0772339 (patch)
treefd4d959c0f1679f2abf5663399d68df0a06472de /.emacs.d/mysnippets/text-mode/html-mode/dov
parentb045e27c545d4027811637193632ec3ea5ef7858 (diff)
All snippets imported, init file polished
Diffstat (limited to '.emacs.d/mysnippets/text-mode/html-mode/dov')
-rw-r--r--.emacs.d/mysnippets/text-mode/html-mode/dov11
1 files changed, 11 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/html-mode/dov b/.emacs.d/mysnippets/text-mode/html-mode/dov
new file mode 100644
index 0000000..e8341ea
--- /dev/null
+++ b/.emacs.d/mysnippets/text-mode/html-mode/dov
@@ -0,0 +1,11 @@
1#name : <dov...>...</dov>
2# --
3a mirror up here $3
4
5
6<dov ${1:id="${2:some_id and here comes another nested field: ${3:nested_shit}}"}>
7 $0
8</dov>
9<dov $1>
10 actually some other shit and $3
11</dov>