Skip to content

Commit 970948f

Browse files
committed
feat(tex): remove deprecated bf/it commands
I'd left them in, but see that they're not included in the snipmate definitions at all.
1 parent b8b9d4c commit 970948f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

UltiSnips/tex.snippets

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -248,22 +248,14 @@ snippet srto "... Root" wi
248248
endsnippet
249249

250250
snippet bf "Bold" wi
251-
\bf{${1:${VISUAL}}}$0
252-
endsnippet
253-
254-
snippet tbf "Bold" wi
255251
\textbf{${1:${VISUAL}}}$0
256252
endsnippet
257253

258-
snippet it "Italic" wi
259-
\it{${1:${VISUAL}}}$0
260-
endsnippet
261-
262-
snippet tit "Italic" wi
254+
snippet ita "Italic" wi
263255
\textit{${1:${VISUAL}}}$0
264256
endsnippet
265257

266-
snippet ttt "Teletype" wi
258+
snippet tt "Teletype" wi
267259
\texttt{${1:${VISUAL}}}$0
268260
endsnippet
269261

0 commit comments

Comments
 (0)