Skip to content

Commit

Permalink
Revert function syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 26, 2012
1 parent ac0d970 commit 78dfa0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Syntaxes/CoffeeScript.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<key>comment</key>
<string>match stuff like: a -&gt;</string>
<key>match</key>
<string>(\(.*?\))\s*([=-]&gt;)</string>
<string>(\([^()]*?\))\s*([=-]&gt;)</string>
<key>name</key>
<string>meta.inline.function.coffee</string>
</dict>
Expand All @@ -58,7 +58,7 @@
</dict>
</dict>
<key>match</key>
<string>(new)\s+(\w+(?:\.\w*)?)</string>
<string>(new)\s+(\w+(?:\.\w*)*)</string>
<key>name</key>
<string>meta.class.instance.constructor</string>
</dict>
Expand Down

0 comments on commit 78dfa0c

Please sign in to comment.