1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

updated textmate highlighter for new function literal syntax

This commit is contained in:
Jeremy Ashkenas 2010-01-26 10:54:49 -05:00
parent a9f016e292
commit 3775f682de

View file

@ -41,9 +41,9 @@
</dict>
</dict>
<key>comment</key>
<string>match stuff like: a =&gt; … </string>
<string>match stuff like: a -&gt; … </string>
<key>match</key>
<string>(\()([a-zA-Z0-9_?.$]*(,\s*[a-zA-Z0-9_?.$]+)*)(\))\s*(=+&gt;)</string>
<string>(\()([a-zA-Z0-9_?.$]*(,\s*[a-zA-Z0-9_?.$]+)*)(\))\s*((=|-)&gt;)</string>
<key>name</key>
<string>meta.inline.function.coffee</string>
</dict>
@ -294,7 +294,7 @@
</dict>
<dict>
<key>match</key>
<string>=+&gt;</string>
<string>(=|-)&gt;</string>
<key>name</key>
<string>storage.type.function.coffee</string>
</dict>