mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: begin
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: \begin{}…\end{}
|
|
# --
|
|
\\begin{${1:env}}
|
|
${1/(enumerate|itemize|list)|(description)|.*/(?1:\item )(?2:\item)/}$0
|
|
\\end{${1:env}} |