Navigation Menu

Skip to content

Commit

Permalink
new invalid method: responds_to?; which is common misspelling of resp…
Browse files Browse the repository at this point in the history
…ond_to?
  • Loading branch information
drnic committed Jun 6, 2010
1 parent a26d8dc commit 052b316
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Syntaxes/Ruby.plist
Expand Up @@ -2194,6 +2194,12 @@
<key>name</key>
<string>invalid.illegal.operator.ruby</string>
</dict>
<dict>
<key>match</key>
<string>responds_to\?</string>
<key>name</key>
<string>invalid.illegal.method.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 052b316

Please sign in to comment.