frac.sublime-snippet 304 B

123456789
  1. <snippet>
  2. <content><![CDATA[
  3. \frac{${1}}{${2}}
  4. ]]></content>
  5. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  6. <tabTrigger>frac</tabTrigger>
  7. <!-- Optional: Set a scope to limit where the snippet will trigger -->
  8. <!-- <scope>source.python</scope> -->
  9. </snippet>