Skip to content

Instantly share code, notes, and snippets.

@vvtommy
Created December 5, 2012 04:21
Show Gist options
  • Save vvtommy/4212218 to your computer and use it in GitHub Desktop.
Save vvtommy/4212218 to your computer and use it in GitHub Desktop.
CoffeeScript-Sublime-Plugin 0.5.3 syntax highlighting patch
--- ./CoffeeScript.tmLanguage 2012-12-05 12:16:46.000000000 +0800
+++ /Users/vvtommy/CoffeeScript.tmLanguage 2012-12-05 12:15:51.000000000 +0800
@@ -262,7 +262,7 @@
</dict>
</dict>
<key>match</key>
- <string>([a-zA-Z\$_](\w|\$|\.)*\s*(?!\::)((:)|(=[^=]))(?!(\s*\(.*\))?\s*((=|-)&gt;)))</string>
+ <string>([a-zA-Z\$_](\w|\$|\.)*\s*(?!\::)((:)|(=))(?!(\s*\(.*\))?\s*((=|-)&gt;)))</string>
<key>name</key>
<string>variable.assignment.coffee</string>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment