lr.sublime-snippet 310 B

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