Files
atom/bundles/javascript.tmbundle/Preferences/Symbol List Instance.tmPreferences
Corey Johnson & Nathan Sobo f84f9c5dd2 Add bundles and themes
2012-08-27 13:20:22 -07:00

22 lines
555 B
Plaintext

<?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 Instance</string>
<key>scope</key>
<string>source.js entity.name.instance</string>
<key>settings</key>
<dict>
<key>showInSymbolList</key>
<string>1</string>
<key>symbolTransformation</key>
<string>
s/^/\t/g;
</string>
</dict>
<key>uuid</key>
<string>E6EB7CC8-04E8-43A9-93B2-BC9EF5BA862B</string>
</dict>
</plist>