fixed syntax coloring for operators

This commit is contained in:
Thomas Aylott
2009-10-05 12:35:04 -04:00
parent 639c28afba
commit 935f60436d
+3 -3
View File
@@ -636,10 +636,10 @@
<dict>
<key>match</key>
<string>(?x)
&lt; | # relational left-to-right both
&gt; | # relational left-to-right both
&lt;= | # relational left-to-right both
&gt;= # relational left-to-right both
&gt;= | # relational left-to-right both
&lt; | # relational left-to-right both
&gt; # relational left-to-right both
</string>
<key>name</key>
<string>keyword.operator.relational.js</string>