mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 17:19:31 +00:00
[language] add +_ operator
This commit is contained in:
parent
9b05bc143b
commit
7e29fb87b4
4 changed files with 12 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ local common = {
|
|||
prefixes = {
|
||||
{ ">", 4 }, -- just above _=_
|
||||
{ "!", 11 },
|
||||
{ "+", 11 },
|
||||
{ "-", 11 },
|
||||
{ "*", 11 },
|
||||
{ "%", 11 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue