Skip to content

Commit

Permalink
Merge pull request #10 from rdwampler/master
Browse files Browse the repository at this point in the history
Allow any amount of whitespace between the receiver and message
  • Loading branch information
joachimm committed Feb 6, 2016
2 parents 1bade8a + 3ae0213 commit fdcedb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/Objective-C.tmLanguage
Expand Up @@ -520,7 +520,7 @@
</dict>
<dict>
<key>begin</key>
<string>(?=\w)(?&lt;=[\w\])"] )(\w+(?:(:)|(?=\])))</string>
<string>(?=\w)(?&lt;=[\w\]\s)"]\s)(\w+(?:(:)|(?=\])))</string>
<key>beginCaptures</key>
<dict>
<key>1</key>
Expand Down

0 comments on commit fdcedb9

Please sign in to comment.