Skip to content

Instantly share code, notes, and snippets.

@Planeshifter
Created September 7, 2014 23:55
Show Gist options
  • Save Planeshifter/529189ba1c2d404f4e9a to your computer and use it in GitHub Desktop.
Save Planeshifter/529189ba1c2d404f4e9a to your computer and use it in GitHub Desktop.
sublime snippet example
<snippet>
<content><![CDATA[
\sum_{${1:i=1}}^{${2:n}}
]]></content>
<tabTrigger>sum</tabTrigger>
<scope>text.tex.latex</scope>
<description>Sum</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment