mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-20 07:30:58 +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
583 B
Plaintext
22 lines
583 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 Sub 1</string>
|
||
<key>scope</key>
|
||
<string>source.js object.property.function -(meta.group meta.group)</string>
|
||
<key>settings</key>
|
||
<dict>
|
||
<key>showInSymbolList</key>
|
||
<string>1</string>
|
||
<key>symbolTransformation</key>
|
||
<string>
|
||
s/^/ :/g;
|
||
</string>
|
||
</dict>
|
||
<key>uuid</key>
|
||
<string>73557394-4F0F-4DD3-8029-EEE8201AC7F5</string>
|
||
</dict>
|
||
</plist>
|