Skip to content

Commit

Permalink
Very basic Symbol list building. Better than nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
koppen authored and seaofclouds committed May 26, 2010
1 parent 4c006de commit f32cf64
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Preferences/Symbol List: Selectors.tmPreferences
@@ -0,0 +1,17 @@
<?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>untitled</string>
<key>settings</key>
<dict>
<key>showInSymbolList</key>
<integer>1</integer>
<key>symbolTransformation</key>
<string>s/\/\*\*\s*(.*?)\s*\*\//** $1 **/; s/\/\*.*?\*\*\//./; s/\/\*[^\*].*?[^\*]\*\///</string>
</dict>
<key>uuid</key>
<string>85C52E50-A97B-46E9-BBF4-577C1FC761E0</string>
</dict>
</plist>

0 comments on commit f32cf64

Please sign in to comment.