Remove escape character '\' from operator list.
[GB.EVAL.HIGHLIGHT] * BUG: Remove escape character '\' from operator list.
This commit is contained in:
parent
e186a1b753
commit
a64b2b3f25
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Static Public Sub _init()
|
|||
|
||||
For Each sStr In ["{", "}", "$", "#", "[", "]", "-gt", "-lt", "-ge", "-ne", "-le", "-eq", "<<<",
|
||||
".", "+", "<<", "=", ">>", "==", "-", ">>", "~", "+=", "(", ",", "!=", "*", "-=", "&=", ";;",
|
||||
")", "<", "%", "&", "];", "@", "!", ";", ">", "|", "?", "^", "\\", ":", "<=", "/", "`"]
|
||||
")", "<", "%", "&", "];", "@", "!", ";", ">", "|", "?", "^", ":", "<=", "/", "`"]
|
||||
|
||||
$cOperator[sStr] = True
|
||||
Next
|
||||
|
|
Loading…
Reference in a new issue