Remove escape character '\' from operator list.

[GB.EVAL.HIGHLIGHT]
* BUG: Remove escape character '\' from operator list.
This commit is contained in:
Bruce Steers 2020-12-16 14:27:17 +00:00 committed by Benoît Minisini
parent e186a1b753
commit a64b2b3f25

View file

@ -32,7 +32,7 @@ Static Public Sub _init()
For Each sStr In ["{", "}", "$", "#", "[", "]", "-gt", "-lt", "-ge", "-ne", "-le", "-eq", "<<<",
".", "+", "<<", "=", ">>", "==", "-", ">>", "~", "+=", "(", ",", "!=", "*", "-=", "&=", ";;",
")", "<", "%", "&", "];", "@", "!", ";", ">", "|", "?", "^", "\\", ":", "<=", "/", "`"]
")", "<", "%", "&", "];", "@", "!", ";", ">", "|", "?", "^", ":", "<=", "/", "`"]
$cOperator[sStr] = True
Next