summaryrefslogtreecommitdiffstats
path: root/lua/Snippets/tex/greek.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/Snippets/tex/greek.lua')
-rw-r--r--lua/Snippets/tex/greek.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/Snippets/tex/greek.lua b/lua/Snippets/tex/greek.lua
index b2d076e..42b9207 100644
--- a/lua/Snippets/tex/greek.lua
+++ b/lua/Snippets/tex/greek.lua
@@ -68,7 +68,7 @@ return {
s({ trig = 'zet', snippetType = 'autosnippet' },
{
- t('\\Zeta '),
+ t('\\zeta '),
},
{ condition = tex.in_mathzone }
),