Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
index: Don't filter out 'punctuation.whitespace.newline' scope
Browse files Browse the repository at this point in the history
This didn't work as intended anyway, instead it would break empty
'#pragma mark' banners appearance in the Ctrl+R list.
  • Loading branch information
abusalimov committed Feb 2, 2016
1 parent cc1172c commit 5baf148
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Symbol Index - TOC - Banner.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.c meta.toc-list.banner - punctuation.whitespace.newline</string>
<string>source.c meta.toc-list.banner</string>
<key>settings</key>
<dict>
<key>showInIndexedSymbolList</key>
Expand Down
2 changes: 1 addition & 1 deletion Symbol Index - TOC - Pragma Mark.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.c meta.toc-list.pragma-mark - punctuation.whitespace.newline</string>
<string>source.c meta.toc-list.pragma-mark</string>
<key>settings</key>
<dict>
<key>showInIndexedSymbolList</key>
Expand Down
2 changes: 1 addition & 1 deletion Symbol Index - Task Tags - High priority.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.c meta.toc-list.task-tag.prio-high - punctuation.whitespace.newline</string>
<string>source.c meta.toc-list.task-tag.prio-high</string>
<key>settings</key>
<dict>
<key>showInIndexedSymbolList</key>
Expand Down
2 changes: 1 addition & 1 deletion Symbol Index - Task Tags - Low priority.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.c meta.toc-list.task-tag.prio-low - punctuation.whitespace.newline</string>
<string>source.c meta.toc-list.task-tag.prio-low</string>
<key>settings</key>
<dict>
<key>showInIndexedSymbolList</key>
Expand Down
2 changes: 1 addition & 1 deletion Symbol Index - Task Tags - Normal priority.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.c meta.toc-list.task-tag.prio-normal - punctuation.whitespace.newline</string>
<string>source.c meta.toc-list.task-tag.prio-normal</string>
<key>settings</key>
<dict>
<key>showInIndexedSymbolList</key>
Expand Down
2 changes: 1 addition & 1 deletion Symbol Index - Task Tags.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.c meta.toc-list.task-tag - punctuation.whitespace.newline</string>
<string>source.c meta.toc-list.task-tag</string>
<key>settings</key>
<dict>
<key>showInIndexedSymbolList</key>
Expand Down

0 comments on commit 5baf148

Please sign in to comment.