mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-14 09:24:18 +00:00
add some snippets from users for html and latex mode
This commit is contained in:
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}
|
||||
Reference in New Issue
Block a user