summaryrefslogtreecommitdiff
path: root/library/src/lib.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-20 17:11:42 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-20 17:14:46 +0100
commit08daade59f3e0005916881fddd1a774a86278fbb (patch)
treefcd9646cf7673862e07b58ee983cb6472e200eaf /library/src/lib.rs
parent13807ce020d18b13d636493f957c8c3828a14259 (diff)
Document text sub- and superscripts
Diffstat (limited to 'library/src/lib.rs')
-rw-r--r--library/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/lib.rs b/library/src/lib.rs
index da05a8de..6b6cae17 100644
--- a/library/src/lib.rs
+++ b/library/src/lib.rs
@@ -53,6 +53,7 @@ fn scope() -> Scope {
std.def_func::<math::AccNode>("acc");
std.def_func::<math::FracNode>("frac");
std.def_func::<math::BinomNode>("binom");
+ std.def_func::<math::ScriptNode>("script");
std.def_func::<math::SqrtNode>("sqrt");
std.def_func::<math::FloorNode>("floor");
std.def_func::<math::CeilNode>("ceil");