File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ variables:
2424 # special
2525 index|newindex|call|tostring|len|i?pairs|gc
2626 # math operators
27- |unm|add|sub|mul|i? div|mod|pow|concat
27+ |unm|add|sub|mul|(?# i?) div|mod|pow|concat
2828 # bitwise operators
29- |band|bor|bxor|bnot|shl|shr
29+ (?# |band|bor|bxor|bnot|shl|shr)
3030 # comparison
3131 |eq|lt|le
3232 ){{identifier_break}})
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ variables:
2424 # special
2525 index|newindex|call|tostring|len|i?pairs|gc
2626 # math operators
27- |unm|add|sub|mul|i? div|mod|pow|concat
27+ |unm|add|sub|mul|(?# i?) div|mod|pow|concat
2828 # bitwise operators
29- |band|bor|bxor|bnot|shl|shr
29+ (?# |band|bor|bxor|bnot|shl|shr)
3030 # comparison
3131 |eq|lt|le
3232 ){{identifier_break}})
You can’t perform that action at this time.
0 commit comments