mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
fixed syntax coloring for operators
This commit is contained in:
@@ -636,10 +636,10 @@
|
||||
<dict>
|
||||
<key>match</key>
|
||||
<string>(?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
|
||||
</string>
|
||||
<key>name</key>
|
||||
<string>keyword.operator.relational.js</string>
|
||||
|
||||
Reference in New Issue
Block a user