diff --git a/snippets/text-mode/html-mode/dd b/snippets/text-mode/html-mode/dd new file mode 100644 index 0000000..7e339c0 --- /dev/null +++ b/snippets/text-mode/html-mode/dd @@ -0,0 +1,4 @@ +#contributor : Rodrigo Setti +#name :
...
+# -- +
$1
\ No newline at end of file diff --git a/snippets/text-mode/html-mode/dl b/snippets/text-mode/html-mode/dl new file mode 100644 index 0000000..a75c875 --- /dev/null +++ b/snippets/text-mode/html-mode/dl @@ -0,0 +1,6 @@ +#contributor : Rodrigo Setti +#name :
...
+# -- +
+ $0 +
diff --git a/snippets/text-mode/html-mode/dl.id b/snippets/text-mode/html-mode/dl.id new file mode 100644 index 0000000..f635606 --- /dev/null +++ b/snippets/text-mode/html-mode/dl.id @@ -0,0 +1,6 @@ +#contributor : Rodrigo Setti +#name :
...
+# -- +
+ $0 +
\ No newline at end of file diff --git a/snippets/text-mode/html-mode/dt b/snippets/text-mode/html-mode/dt new file mode 100644 index 0000000..bd950f7 --- /dev/null +++ b/snippets/text-mode/html-mode/dt @@ -0,0 +1,4 @@ +#contributor : Rodrigo Setti +#name :
...
+# -- +
$1
\ No newline at end of file diff --git a/snippets/text-mode/latex-mode/begin b/snippets/text-mode/latex-mode/begin new file mode 100644 index 0000000..dc42d2f --- /dev/null +++ b/snippets/text-mode/latex-mode/begin @@ -0,0 +1,7 @@ +#contributor : Rodrigo Setti +#name : \begin{environment} ... \end{environment} +# -- + +\begin{${1:environment}} +$0 +\end{$1}