Created
August 24, 2020 00:20
-
-
Save cwindolf/8291d629a9746617863d45f43a134aed to your computer and use it in GitHub Desktop.
Sublime snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
\$\$\begin{aligned} | |
$1 | |
\end{aligned}\$\$ | |
]]></content> | |
<tabTrigger>ali</tabTrigger> | |
<scope>text.html.markdown,text.html.markdown.multimarkdown</scope> | |
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
\$\$$1=\begin{cases} | |
$2 | |
\end{cases}\$\$ | |
]]></content> | |
<tabTrigger>cas</tabTrigger> | |
<scope>text.html.markdown,text.html.markdown.multimarkdown</scope> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment