mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Allow $ to be the first character in a variable name for highlighting in textmate
This commit is contained in:
@@ -269,7 +269,7 @@
|
||||
</dict>
|
||||
</dict>
|
||||
<key>match</key>
|
||||
<string>\b([a-zA-Z\$_](\w|\$|:|\.)*\s*(?=\:))</string>
|
||||
<string>(?<!=\s)([a-zA-Z\$_](\w|\$|:|\.)*\s*(?=\:))</string>
|
||||
<key>name</key>
|
||||
<string>variable.assignment.coffee</string>
|
||||
</dict>
|
||||
|
||||
Reference in New Issue
Block a user