update
This commit is contained in:
@@ -72,9 +72,6 @@ return {
|
||||
s({ trig = "get", wordTrig = false, snippetType = "autosnippet" }, {
|
||||
t("gets"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
s({ trig = "to", wordTrig = false, snippetType = "autosnippet" }, {
|
||||
t("to"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
s({ trig = "mto", wordTrig = false, snippetType = "autosnippet", priority = 1001 }, {
|
||||
t("mapsto"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
@@ -123,17 +120,20 @@ return {
|
||||
s({ trig = "subset=", wordTrig = false, snippetType = "autosnippet" }, {
|
||||
t("subset.eq"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
s({ trig = "subset!=", wordTrig = false, snippetType = "autosnippet" }, {
|
||||
t("subset.neq"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
s({ trig = "supp", wordTrig = false, snippetType = "autosnippet" }, {
|
||||
t("supset"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
s({ trig = "supset=", wordTrig = false, snippetType = "autosnippet" }, {
|
||||
t("supset.eq"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
s({ trig = "tp", wordTrig = false, snippetType = "autosnippet" }, {
|
||||
t("^top"),
|
||||
s({ trig = "supp", wordTrig = false, snippetType = "autosnippet" }, {
|
||||
t("supset"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
s({ trig = "dr", wordTrig = false, snippetType = "autosnippet" }, {
|
||||
t("^dagger"),
|
||||
s({ trig = "supset!=", wordTrig = false, snippetType = "autosnippet" }, {
|
||||
t("supset.neq"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
s({ trig = "perp", wordTrig = false, snippetType = "autosnippet" }, {
|
||||
t("perp"),
|
||||
@@ -144,17 +144,8 @@ return {
|
||||
s({ trig = "xx", wordTrig = false, snippetType = "autosnippet" }, {
|
||||
t("times"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
s({ trig = "llr", wordTrig = false, snippetType = "autosnippet" }, {
|
||||
t("longleftrightarrow"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
s({ trig = "up", wordTrig = false, snippetType = "autosnippet" }, {
|
||||
t("uparrow"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
s({ trig = "down", wordTrig = false, snippetType = "autosnippet" }, {
|
||||
t("downarrow"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
s({ trig = "cir", wordTrig = false, snippetType = "autosnippet" }, {
|
||||
t("circ"),
|
||||
t("compose"),
|
||||
}, { condition = tex.in_mathzone }),
|
||||
s({ trig = "iso", wordTrig = false, snippetType = "autosnippet" }, {
|
||||
t("cong"),
|
||||
|
||||
Reference in New Issue
Block a user