Skip to content
This repository was archived by the owner on Nov 29, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Function Symbols.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<key>showInSymbolList</key>
<integer>1</integer>
<key>symbolTransformation</key>
<string>s/^/Function: /</string>
<string>s/^//</string>
<key>showInIndexedSymbolList</key>
<integer>1</integer>
<key>symbolIndexTransformation</key>
<string>s/^/Function: /</string>
<string>s/^//</string>
</dict>
</dict>
</plist>
17 changes: 17 additions & 0 deletions Hide Wrongly Detected Function Definitions.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?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>Function Symbols</string>
<key>scope</key>
<string>meta.function.erlang, meta.function.module.erlang</string>
<key>settings</key>
<dict>
<key>showInSymbolList</key>
<integer>0</integer>
<key>showInIndexedSymbolList</key>
<integer>0</integer>
</dict>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Macro Symbols.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<key>showInSymbolList</key>
<integer>1</integer>
<key>symbolTransformation</key>
<string>s/^/Macro: /</string>
<string>s/^/?/</string>
<key>showInIndexedSymbolList</key>
<integer>1</integer>
<key>symbolIndexTransformation</key>
<string>s/^/Macro: /</string>
<string>s/^/?/</string>
</dict>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Record Symbols.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<key>showInSymbolList</key>
<integer>1</integer>
<key>symbolTransformation</key>
<string>s/^/Record: /</string>
<string>s/^/-record /</string>
<key>showInIndexedSymbolList</key>
<string>1</string>
<key>symbolIndexTransformation</key>
<string>s/^/Record: /</string>
<string>s/^/-record /</string>
</dict>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Type Symbols.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<key>showInSymbolList</key>
<integer>1</integer>
<key>symbolTransformation</key>
<string>s/^/Type: /</string>
<string>s/^/-type /;s/$/\(\)/</string>
<key>showInIndexedSymbolList</key>
<integer>1</integer>
<key>symbolIndexTransformation</key>
<string>s/^/Type: /</string>
<string>s/^/-type /;s/$/\(\)/</string>
</dict>
</dict>
</plist>