diff options
Diffstat (limited to 'lua/Snippets')
| -rw-r--r-- | lua/Snippets/tex/math.lua | 2 |
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), } |
