This commit is contained in:
Zelong Kuang
2025-10-05 21:01:41 +11:00
parent 485683a069
commit 4da3e1927f
8 changed files with 35 additions and 41 deletions

View File

@@ -119,9 +119,6 @@ return {
}),
{ condition = tex.in_mathzone }
),
s(
{ trig = "abs", regTrig = true, wordTrig = false, snippetType = "autosnippet" },
)
s({ trig = "exp", snippetType = "autosnippet" }, {
t("\\exp"),
}, { condition = tex.in_mathzone }),