diff --git a/Syntaxes/JavaScript Basic.tmLanguage b/Syntaxes/JavaScript Basic.tmLanguage index a74bbfb..3de8702 100644 --- a/Syntaxes/JavaScript Basic.tmLanguage +++ b/Syntaxes/JavaScript Basic.tmLanguage @@ -636,10 +636,10 @@ match (?x) - < | # relational left-to-right both - > | # relational left-to-right both <= | # relational left-to-right both - >= # relational left-to-right both + >= | # relational left-to-right both + < | # relational left-to-right both + > # relational left-to-right both name keyword.operator.relational.js