added a whole slew of nice Potion examples from the pamphlet -- CoffeeScript stacks up pretty well.

This commit is contained in:
Jeremy Ashkenas
2010-01-10 23:27:57 -05:00
parent d1ddeacbe3
commit 9d8668f37f
4 changed files with 210 additions and 3 deletions

View File

@@ -214,7 +214,7 @@
</dict>
<dict>
<key>match</key>
<string>\b([a-zA-Z$_](\w|\$|:)*)(\:)\s</string>
<string>\b([a-zA-Z$_](\w|\$|:|\.)*)(\:)\s</string>
<key>name</key>
<string>variable.assignment.coffee</string>
<key>captures</key>