Add a aliases for the | key

This commit is contained in:
Kovid Goyal 2023-06-28 19:49:05 +05:30
parent 6b3b62c933
commit e81a40255b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -31,6 +31,8 @@
'MULTIPLY': '*',
'PLUS': '+',
'MINUS': '-',
'BAR': '|',
'PIPE': '|',
'HYPHEN': '-',
'EQUAL': '=',
'UNDERSCORE': '_',