mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
10 lines
237 B
Plaintext
10 lines
237 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: ali
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: Align(ed)
|
|
# --
|
|
\begin{align`echo $TM_SCOPE|grep math|
|
|
sed -e 's/.*math.*/ed/'`}
|
|
$0
|
|
\end{align`echo $TM_SCOPE|grep math|
|
|
sed -e 's/.*math.*/ed/'`} |