Skip to content

Commit b8b9d4c

Browse files
committed
feat(tex): add texttt
1 parent 448f9ef commit b8b9d4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UltiSnips/tex.snippets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,10 @@ snippet tit "Italic" wi
263263
\textit{${1:${VISUAL}}}$0
264264
endsnippet
265265

266+
snippet ttt "Teletype" wi
267+
\texttt{${1:${VISUAL}}}$0
268+
endsnippet
269+
266270
snippet un "Underline" wi
267271
\un{${1:${VISUAL}}}$0
268272
endsnippet

0 commit comments

Comments
 (0)