Skip to content

Commit

Permalink
~= is now an invalid ruby operator so it shows up as an error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr Nic Williams and Ryan Bigg committed Oct 7, 2009
1 parent a9fbd72 commit e170b97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Syntaxes/Ruby.plist
Expand Up @@ -2188,6 +2188,12 @@
<key>name</key>
<string>keyword.operator.comparison.ruby</string>
</dict>
<dict>
<key>match</key>
<string>~=</string>
<key>name</key>
<string>invalid.illegal.operator.ruby</string>
</dict>
<dict>
<key>match</key>
<string>(?&lt;=[ \t])!+|\bnot\b|&amp;&amp;|\band\b|\|\||\bor\b|\^</string>
Expand Down

0 comments on commit e170b97

Please sign in to comment.