This commit is contained in:
Zelong Kuang
2025-10-02 15:27:31 +10:00
parent b5303f2cdd
commit 485683a069
3 changed files with 24 additions and 14 deletions

View File

@@ -119,6 +119,9 @@ 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 }),