mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: desc
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: Description
|
|
# --
|
|
\\begin{description}
|
|
\item[$1] $0
|
|
\\end{description} |