21 lines
555 B
Text
21 lines
555 B
Text
<?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>
|