tweak(snippets): simplify snippet definitions

This commit is contained in:
Kiana Sheibani 2024-08-14 06:46:03 -04:00
parent cf26e6b075
commit e383d1f199
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
2 changed files with 3 additions and 3 deletions

View file

@ -12,6 +12,6 @@
}$4
};
outputs = { self$5, ... }:
outputs = { $5 }:
$0
}

View file

@ -2,6 +2,6 @@
# key: begin
# name: latex-begin
# --
\begin{${1:equation}*}
\begin{${1:displaymath}}
$0
\end{$1*}
\end{$1}