mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
704e02f030
• Moved more of the genreric JavaScript snippets (subtleGradient's?) from Prototype → JS bundle • Added whitespace around '=' and ':' in the Create Class alt snippet (we aren't afraid of whitespace, are we?) git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle@5310 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
22 lines
556 B
Plaintext
22 lines
556 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 Class</string>
|
|
<key>scope</key>
|
|
<string>source.js entity.name.type.class</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>showInSymbolList</key>
|
|
<string>1</string>
|
|
<key>symbolTransformation</key>
|
|
<string>
|
|
s/^/• /g;
|
|
</string>
|
|
</dict>
|
|
<key>uuid</key>
|
|
<string>3CEA49B2-A5C5-405C-82E2-B8B668877C37</string>
|
|
</dict>
|
|
</plist>
|