mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
24 lines
710 B
Plaintext
24 lines
710 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: 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>E65A721C-192D-4BCC-AD35-5ED5CB0DA5BE</string>
|
||
</dict>
|
||
</plist>
|