Add color snippet

This commit is contained in:
Oshgnacknak 2022-04-27 19:11:25 +02:00
parent 3380a7b98b
commit 4980268067
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -19,6 +19,10 @@ snippet code
{\ttfamily $1} {\ttfamily $1}
endsnippet endsnippet
snippet color
{\color{$1} $2}
endsnippet
snippet table snippet table
\begin{tabular}{ $1 } \begin{tabular}{ $1 }
$2 & $3 & cell3 \\ $2 & $3 & cell3 \\