minor(snip): add agl for angle brackets

This commit is contained in:
arne314
2025-04-27 00:12:39 +02:00
parent 28046452a7
commit 5297c53a56

View File

@@ -21,6 +21,7 @@ local operations = { -- first boolean: existing brackets should be kept; second
{ 'sQ', '[', ']', false, false }, -- replace with square brackets
{ 'BB', '', '', false, false }, -- remove brackets
{ 'ss', '"', '"', false, false },
{ 'agl', 'lr(angle.l ', ' angle.r)', false, false },
{ 'abs', 'abs', '', true, true },
{ 'ul', 'underline', '', true, true },
{ 'ol', 'overline', '', true, true },