Allow $ to be the first character in a variable name for highlighting in textmate

This commit is contained in:
Chris Hoffman
2010-03-08 01:20:43 -06:00
parent f8ddccd7d0
commit accccb5f39

View File

@@ -269,7 +269,7 @@
</dict>
</dict>
<key>match</key>
<string>\b([a-zA-Z\$_](\w|\$|:|\.)*\s*(?=\:))</string>
<string>(?&lt;!=\s)([a-zA-Z\$_](\w|\$|:|\.)*\s*(?=\:))</string>
<key>name</key>
<string>variable.assignment.coffee</string>
</dict>