mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 13:33:04 +00:00
add some snippets from users for html and latex mode
This commit is contained in:
parent
2205d76ebf
commit
6774448630
4
snippets/text-mode/html-mode/dd
Normal file
4
snippets/text-mode/html-mode/dd
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
|
||||||
|
#name : <dd> ... </dd>
|
||||||
|
# --
|
||||||
|
<dd>$1</dd>
|
6
snippets/text-mode/html-mode/dl
Normal file
6
snippets/text-mode/html-mode/dl
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
|
||||||
|
#name : <dl> ... </dl>
|
||||||
|
# --
|
||||||
|
<dl>
|
||||||
|
$0
|
||||||
|
</dl>
|
6
snippets/text-mode/html-mode/dl.id
Normal file
6
snippets/text-mode/html-mode/dl.id
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
|
||||||
|
#name : <dl> ... </dl>
|
||||||
|
# --
|
||||||
|
<dl id="$1">
|
||||||
|
$0
|
||||||
|
</dl>
|
4
snippets/text-mode/html-mode/dt
Normal file
4
snippets/text-mode/html-mode/dt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
|
||||||
|
#name : <dt> ... </dt>
|
||||||
|
# --
|
||||||
|
<dt>$1</dt>
|
7
snippets/text-mode/latex-mode/begin
Normal file
7
snippets/text-mode/latex-mode/begin
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
|
||||||
|
#name : \begin{environment} ... \end{environment}
|
||||||
|
# --
|
||||||
|
|
||||||
|
\begin{${1:environment}}
|
||||||
|
$0
|
||||||
|
\end{$1}
|
Loading…
x
Reference in New Issue
Block a user