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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/Snippets/tex/math.lua b/lua/Snippets/tex/math.lua
index 33903a6..d670861 100644
--- a/lua/Snippets/tex/math.lua
+++ b/lua/Snippets/tex/math.lua
@@ -295,7 +295,7 @@ return {
s({ trig = "ln", snippetType = "autosnippet" },
fmta(
- '\\ln{(<>)}',
+ '\\ln{\\left(<>\\right)}',
{
i(1),
}