/ Published in: LaTeX
Sublime Text
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<snippet> <content><![CDATA[ \begin{exercise}[$1] $2 \end{excercise} $3 ]]></content> <!-- Optional: Set a tabTrigger to define how to trigger the snippet --> <tabTrigger>math_ex</tabTrigger> --> <!-- Optional: Set a scope to limit where the snippet will trigger --> <scope>text.tex.latex</scope> --> </snippet>