Let of be same color as in.

This commit is contained in:
Ethan Dalool 2020-09-05 12:59:01 -07:00
parent f1e9c886e8
commit e99c1f0f42

View file

@ -590,7 +590,7 @@
</dict> </dict>
<dict> <dict>
<key>match</key> <key>match</key>
<string>\b(delete|in|instanceof|new|typeof|with)\b</string> <string>\b(delete|in|of|instanceof|new|typeof|with)\b</string>
<key>name</key> <key>name</key>
<string>keyword.operator.js</string> <string>keyword.operator.js</string>
</dict> </dict>