mirror of
https://github.com/Ascyii/typstar.git
synced 2026-01-01 13:34:24 -05:00
minor(snip): add agl for angle brackets
This commit is contained in:
@@ -21,6 +21,7 @@ local operations = { -- first boolean: existing brackets should be kept; second
|
|||||||
{ 'sQ', '[', ']', false, false }, -- replace with square brackets
|
{ 'sQ', '[', ']', false, false }, -- replace with square brackets
|
||||||
{ 'BB', '', '', false, false }, -- remove brackets
|
{ 'BB', '', '', false, false }, -- remove brackets
|
||||||
{ 'ss', '"', '"', false, false },
|
{ 'ss', '"', '"', false, false },
|
||||||
|
{ 'agl', 'lr(angle.l ', ' angle.r)', false, false },
|
||||||
{ 'abs', 'abs', '', true, true },
|
{ 'abs', 'abs', '', true, true },
|
||||||
{ 'ul', 'underline', '', true, true },
|
{ 'ul', 'underline', '', true, true },
|
||||||
{ 'ol', 'overline', '', true, true },
|
{ 'ol', 'overline', '', true, true },
|
||||||
|
|||||||
Reference in New Issue
Block a user