diff --git a/Function Symbols.tmPreferences b/Function Symbols.tmPreferences index 8831c43..b3f05cb 100644 --- a/Function Symbols.tmPreferences +++ b/Function Symbols.tmPreferences @@ -11,11 +11,11 @@ showInSymbolList 1 symbolTransformation - s/^/Function: / + s/^// showInIndexedSymbolList 1 symbolIndexTransformation - s/^/Function: / + s/^// diff --git a/Hide Wrongly Detected Function Definitions.tmPreferences b/Hide Wrongly Detected Function Definitions.tmPreferences new file mode 100644 index 0000000..0d9b086 --- /dev/null +++ b/Hide Wrongly Detected Function Definitions.tmPreferences @@ -0,0 +1,17 @@ + + + + + name + Function Symbols + scope + meta.function.erlang, meta.function.module.erlang + settings + + showInSymbolList + 0 + showInIndexedSymbolList + 0 + + + diff --git a/Macro Symbols.tmPreferences b/Macro Symbols.tmPreferences index 55d1359..54de02e 100644 --- a/Macro Symbols.tmPreferences +++ b/Macro Symbols.tmPreferences @@ -11,11 +11,11 @@ showInSymbolList 1 symbolTransformation - s/^/Macro: / + s/^/?/ showInIndexedSymbolList 1 symbolIndexTransformation - s/^/Macro: / + s/^/?/ diff --git a/Record Symbols.tmPreferences b/Record Symbols.tmPreferences index 051812c..58c9ee6 100644 --- a/Record Symbols.tmPreferences +++ b/Record Symbols.tmPreferences @@ -11,11 +11,11 @@ showInSymbolList 1 symbolTransformation - s/^/Record: / + s/^/-record / showInIndexedSymbolList 1 symbolIndexTransformation - s/^/Record: / + s/^/-record / diff --git a/Type Symbols.tmPreferences b/Type Symbols.tmPreferences index 75c72cd..2fe2d69 100644 --- a/Type Symbols.tmPreferences +++ b/Type Symbols.tmPreferences @@ -11,11 +11,11 @@ showInSymbolList 1 symbolTransformation - s/^/Type: / + s/^/-type /;s/$/\(\)/ showInIndexedSymbolList 1 symbolIndexTransformation - s/^/Type: / + s/^/-type /;s/$/\(\)/