Skip to content

Commit b70a36b

Browse files
cristobaltapialpil
authored andcommitted
cleanup(tex): a more sensible snippet for description
This snippet creates the initial `\item` and puts the cursor to start writing the description name or take it from ${VISUAL}
1 parent ec649b5 commit b70a36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/tex.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ endsnippet
5050

5151
snippet desc "Description" bi
5252
\begin{description}
53-
$0${VISUAL}
53+
\item[${1:${VISUAL}}] $0
5454
\end{description}
5555
endsnippet
5656

0 commit comments

Comments
 (0)