Created
January 20, 2012 03:57
-
-
Save tysonmote/1644948 to your computer and use it in GitHub Desktop.
TextMate 2 Bundle Editor crash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Removing "<string></string>" causes this language grammar to no longer crash TextMate 2 when | |
attempting to edit it in the bundle editor. | |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>fileTypes</key> | |
<array> | |
<string>_spec.coffee</string> | |
<string></string> | |
</array> | |
<key>name</key> | |
<string>CoffeeScript Jasmine</string> | |
<key>patterns</key> | |
<array> | |
<dict> | |
<key>include</key> | |
<string>source.coffee</string> | |
</dict> | |
</array> | |
<key>scopeName</key> | |
<string>source.coffee.jasmine</string> | |
<key>uuid</key> | |
<string>8D7B5616-E3BA-4043-AD18-143800DD0A2C</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment