Skip to content

Commit

Permalink
fix trigger toggle for \epsilon and \varepsilon
Browse files Browse the repository at this point in the history
  • Loading branch information
JimAmuro committed May 19, 2016
1 parent a6020b7 commit 2c0ecee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions LaTeX math.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
{ "trigger": "b", "contents": "\\beta" },
{ "trigger": "g", "contents": "\\gamma" },
{ "trigger": "d", "contents": "\\delta" },
{ "trigger": "delta", "contents": "partial" },
{ "trigger": "\\delta", "contents": "\\partial" },
//{ "trigger": "partial", "contents": "delta" }, # can't have trigger as it conflicts with p -> \pi
{ "trigger": "e", "contents": "\\epsilon" },
{ "trigger": "epsilon", "contents": "varepsilon" },
{ "trigger": "\\epsilon", "contents": "\\varepsilon" },
/* toggle the two! */
{ "trigger": "varepsilon", "contents": "epsilon" },
{ "trigger": "\\varepsilon", "contents": "\\epsilon" },
{ "trigger": "z", "contents": "\\zeta"},
{ "trigger": "h", "contents": "\\eta" },
{ "trigger": "q", "contents": "\\theta" },
Expand Down Expand Up @@ -123,4 +123,4 @@
{ "trigger": "sp", "contents": "\\begin{split}\n$0\n\\end{split}\n"}

]
}
}

0 comments on commit 2c0ecee

Please sign in to comment.