Skip to content

Instantly share code, notes, and snippets.

@robballou
Created August 31, 2012 20:09
Show Gist options
  • Save robballou/3558264 to your computer and use it in GitHub Desktop.
Save robballou/3558264 to your computer and use it in GitHub Desktop.
Add this to ignore class instances (things like Date and other general JS classes) in the symbols list
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Symbol List Banned Class Instance</string>
<key>scope</key>
<string>source.js meta.class.instance</string>
<key>settings</key>
<dict>
<key>showInSymbolList</key>
<string>0</string>
</dict>
<key>uuid</key>
<string>c79eb889-2847-4f7a-b301-29a26807f274</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment