This commit is contained in:
Zelong Kuang
2025-10-09 21:44:19 +11:00
parent 4da3e1927f
commit a004c2c78d
8 changed files with 200 additions and 203 deletions

View File

@@ -43,9 +43,9 @@ return {
s({ trig = "eps", snippetType = "autosnippet", wordTrig = false }, {
t("epsilon"),
}, { condition = tex.in_mathzone }),
s({ trig = "vps", snippetType = "autosnippet", wordTrig = false }, {
t("varepsilon"),
}, { condition = tex.in_mathzone }),
-- s({ trig = "vps", snippetType = "autosnippet", wordTrig = false }, {
-- t("varepsilon"),
-- }, { condition = tex.in_mathzone }),
s({ trig = "Eps", snippetType = "autosnippet", wordTrig = false }, {
t("Epsilon"),
}, { condition = tex.in_mathzone }),
@@ -148,12 +148,12 @@ return {
s({ trig = "Phi", snippetType = "autosnippet", wordTrig = false }, {
t("Phi"),
}, { condition = tex.in_mathzone }),
s({ trig = "vhi", snippetType = "autosnippet", wordTrig = false }, {
t("varphi"),
}, { condition = tex.in_mathzone }),
s({ trig = "Vhi", snippetType = "autosnippet", wordTrig = false }, {
t("Varphi"),
}, { condition = tex.in_mathzone }),
-- s({ trig = "vhi", snippetType = "autosnippet", wordTrig = false }, {
-- t("varphi"),
-- }, { condition = tex.in_mathzone }),
-- s({ trig = "Vhi", snippetType = "autosnippet", wordTrig = false }, {
-- t("Varphi"),
-- }, { condition = tex.in_mathzone }),
s({ trig = "chi", snippetType = "autosnippet", wordTrig = false }, {
t("chi"),
}, { condition = tex.in_mathzone }),