Skip to content

Instantly share code, notes, and snippets.

@twright
Created July 26, 2020 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twright/6b1ee9b87fbc6582b024b6574a18080a to your computer and use it in GitHub Desktop.
Save twright/6b1ee9b87fbc6582b024b6574a18080a to your computer and use it in GitHub Desktop.
<snippet>
<description>Insert a LaTeX environment</description>
<content><![CDATA[
\\begin{${1:env}}
$2
\\end{$1}$3
]]></content>
<tabTrigger>\begin</tabTrigger>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<!-- <tabTrigger>env</tabTrigger> -->
<scope>text.tex.latex</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment