diff --git a/comp/src/gb.eval.highlight/.src/TextHighlighter_Sh.class b/comp/src/gb.eval.highlight/.src/TextHighlighter_Sh.class index dda3968d4..053d9c278 100644 --- a/comp/src/gb.eval.highlight/.src/TextHighlighter_Sh.class +++ b/comp/src/gb.eval.highlight/.src/TextHighlighter_Sh.class @@ -32,7 +32,7 @@ Static Public Sub _init() For Each sStr In ["{", "}", "$", "#", "[", "]", "-gt", "-lt", "-ge", "-ne", "-le", "-eq", "<<<", ".", "+", "<<", "=", ">>", "==", "-", ">>", "~", "+=", "(", ",", "!=", "*", "-=", "&=", ";;", - ")", "<", "%", "&", "];", "@", "!", ";", ">", "|", "?", "^", "\\", ":", "<=", "/", "`"] + ")", "<", "%", "&", "];", "@", "!", ";", ">", "|", "?", "^", ":", "<=", "/", "`"] $cOperator[sStr] = True Next