From 5baf1484d79d2614fb8e0f26e8b31624d42a6df3 Mon Sep 17 00:00:00 2001 From: Eldar Abusalimov Date: Sun, 31 Jan 2016 02:51:13 +0300 Subject: [PATCH] index: Don't filter out 'punctuation.whitespace.newline' scope This didn't work as intended anyway, instead it would break empty '#pragma mark' banners appearance in the Ctrl+R list. --- Symbol Index - TOC - Banner.tmPreferences | 2 +- Symbol Index - TOC - Pragma Mark.tmPreferences | 2 +- Symbol Index - Task Tags - High priority.tmPreferences | 2 +- Symbol Index - Task Tags - Low priority.tmPreferences | 2 +- Symbol Index - Task Tags - Normal priority.tmPreferences | 2 +- Symbol Index - Task Tags.tmPreferences | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Symbol Index - TOC - Banner.tmPreferences b/Symbol Index - TOC - Banner.tmPreferences index a613f27..561f144 100644 --- a/Symbol Index - TOC - Banner.tmPreferences +++ b/Symbol Index - TOC - Banner.tmPreferences @@ -3,7 +3,7 @@ scope - source.c meta.toc-list.banner - punctuation.whitespace.newline + source.c meta.toc-list.banner settings showInIndexedSymbolList diff --git a/Symbol Index - TOC - Pragma Mark.tmPreferences b/Symbol Index - TOC - Pragma Mark.tmPreferences index a8b01d9..a61fc5d 100644 --- a/Symbol Index - TOC - Pragma Mark.tmPreferences +++ b/Symbol Index - TOC - Pragma Mark.tmPreferences @@ -3,7 +3,7 @@ scope - source.c meta.toc-list.pragma-mark - punctuation.whitespace.newline + source.c meta.toc-list.pragma-mark settings showInIndexedSymbolList diff --git a/Symbol Index - Task Tags - High priority.tmPreferences b/Symbol Index - Task Tags - High priority.tmPreferences index 09d4481..80accf6 100644 --- a/Symbol Index - Task Tags - High priority.tmPreferences +++ b/Symbol Index - Task Tags - High priority.tmPreferences @@ -3,7 +3,7 @@ scope - source.c meta.toc-list.task-tag.prio-high - punctuation.whitespace.newline + source.c meta.toc-list.task-tag.prio-high settings showInIndexedSymbolList diff --git a/Symbol Index - Task Tags - Low priority.tmPreferences b/Symbol Index - Task Tags - Low priority.tmPreferences index 8a8edac..2ecd1c1 100644 --- a/Symbol Index - Task Tags - Low priority.tmPreferences +++ b/Symbol Index - Task Tags - Low priority.tmPreferences @@ -3,7 +3,7 @@ scope - source.c meta.toc-list.task-tag.prio-low - punctuation.whitespace.newline + source.c meta.toc-list.task-tag.prio-low settings showInIndexedSymbolList diff --git a/Symbol Index - Task Tags - Normal priority.tmPreferences b/Symbol Index - Task Tags - Normal priority.tmPreferences index 9ac0cc3..e472412 100644 --- a/Symbol Index - Task Tags - Normal priority.tmPreferences +++ b/Symbol Index - Task Tags - Normal priority.tmPreferences @@ -3,7 +3,7 @@ scope - source.c meta.toc-list.task-tag.prio-normal - punctuation.whitespace.newline + source.c meta.toc-list.task-tag.prio-normal settings showInIndexedSymbolList diff --git a/Symbol Index - Task Tags.tmPreferences b/Symbol Index - Task Tags.tmPreferences index 14fac43..114c41f 100644 --- a/Symbol Index - Task Tags.tmPreferences +++ b/Symbol Index - Task Tags.tmPreferences @@ -3,7 +3,7 @@ scope - source.c meta.toc-list.task-tag - punctuation.whitespace.newline + source.c meta.toc-list.task-tag settings showInIndexedSymbolList