Update 2025-10-09

This commit is contained in:
2025-10-09 19:11:14 +03:00
parent 48913320ec
commit bb7bbc787c
32 changed files with 85 additions and 797 deletions

View File

@@ -21,12 +21,11 @@ return {
[[
local function {}({})
{}
end{}
end
]],
{
i(1),
i(2),
i(3),
i(0),
}
)

View File

@@ -13,6 +13,9 @@ return {
}
)
),
}, { -- autosnippets
s({ trig = "mt", name = "Math Block" }, fmta("$<>$", { i(1) })),
s({ trig = "mmt", name = "Multiline Math Block" }, fmta("$ <> $", { i(1) })),
s(
"ket0",
fmt(

View File

@@ -88,17 +88,4 @@ return {
}
)
),
}, {
s(
"__",
fmta(
[[
__<init>__<>
]],
{
init = i(1),
i(0),
}
)
),
}
}, {}

View File

@@ -218,7 +218,7 @@ local bevy_snippets = {
}
]],
{
name = i(1, "sytem"),
name = i(1, "system"),
args = i(2, "args"),
body = i(0),
}