tweak(snippets): simplify snippet definitions
This commit is contained in:
parent
cf26e6b075
commit
e383d1f199
|
@ -12,6 +12,6 @@
|
|||
}$4
|
||||
};
|
||||
|
||||
outputs = { self$5, ... }:
|
||||
outputs = { $5 }:
|
||||
$0
|
||||
}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
# key: begin
|
||||
# name: latex-begin
|
||||
# --
|
||||
\begin{${1:equation}*}
|
||||
\begin{${1:displaymath}}
|
||||
$0
|
||||
\end{$1*}
|
||||
\end{$1}
|
Loading…
Reference in a new issue