Skip to content

Instantly share code, notes, and snippets.

@tysonmote
Created January 20, 2012 03:57
Show Gist options
  • Save tysonmote/1644948 to your computer and use it in GitHub Desktop.
Save tysonmote/1644948 to your computer and use it in GitHub Desktop.
TextMate 2 Bundle Editor crash
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