Add snipped for code and tables

This commit is contained in:
Oshgnacknak 2022-01-24 16:34:50 +01:00
parent 4b88d4e475
commit 7d5a1ca0e6
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -14,3 +14,14 @@ snippet begin
$0
\end{$1}
endsnippet
snippet code
{\ttfamily $1}
endsnippet
snippet table
\begin{tabular}{ $1 }
$2 & $3 & cell3 \\
cell4 & cell5 \\
\end{tabular}
endsnippet