summaryrefslogtreecommitdiffstats
path: root/lua/Snippets/tex/math.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/Snippets/tex/math.lua')
-rw-r--r--lua/Snippets/tex/math.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/Snippets/tex/math.lua b/lua/Snippets/tex/math.lua
index d670861..56b23ee 100644
--- a/lua/Snippets/tex/math.lua
+++ b/lua/Snippets/tex/math.lua
@@ -81,6 +81,15 @@ return {
)
),
+ s({ trig = 'mcs', snippetType = 'autosnippet' },
+ fmta(
+ '\\mathscr{<>}',
+ {
+ i(1),
+ }
+ )
+ ),
+
s({ trig = "vec", snippetType = "autosnippet" },
fmta(
'\\vec{<>}',