config/sublime/Packages/LaTeX/Matrix.sublime-snippet
2012-08-01 21:04:05 -07:00

8 lines
233 B
XML

<snippet>
<content><![CDATA[\begin{${1:p/b/v/V/B/small}matrix}
$0
\end{${1:p/b/v/V/B/small}matrix}]]></content>
<tabTrigger>mat</tabTrigger>
<scope>text.tex.latex</scope>
<description>Matrix</description>
</snippet>