mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-28 06:27:02 +00:00
Expanding zip file to full bundle and adding Objective-C symbol lists
This commit is contained in:
committed by
Ross Boucher
parent
9d64526f26
commit
1f356053db
+23
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//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: Method</string>
|
||||
<key>scope</key>
|
||||
<string>meta.function.js.objj</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>showInSymbolList</key>
|
||||
<integer>1</integer>
|
||||
<key>symbolTransformation</key>
|
||||
<string>
|
||||
s/^([-+])\s*\(.*?\)\s*/ $1 /; # strip result type
|
||||
s/:\s*\(.*?\)\s*\w+\s*/:/g; # strip argument variables
|
||||
s/\s*;?$//g; # strip terminating ws + semi-colon
|
||||
</string>
|
||||
</dict>
|
||||
<key>uuid</key>
|
||||
<string>85A46AFC-5552-4CE5-BDA0-ED34F0398399</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user