In this case, the `>` is highlighted correctly (`keyword.operator.comparison.hybroid` scope): ``` if a > 1 {} ``` Screenshot:  And in this one, the `>` is no longer highlighted correctly (generic angled bracket `punctuation.brackets.angle.hybroid` scope): ``` if a > -1 {} ``` Screenshot: 
In this case, the
>is highlighted correctly (keyword.operator.comparison.hybroidscope):Screenshot:
And in this one, the
>is no longer highlighted correctly (generic angled bracketpunctuation.brackets.angle.hybroidscope):Screenshot: