Skip to content

Commit c08a6a4

Browse files
committed
Scheme: Reorder key matches
1 parent 010cce6 commit c08a6a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package/Sublime Text Color Scheme/Sublime Text Color Scheme.sublime-syntax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ contexts:
213213
(?x)
214214
(")(
215215
accent|shadow|invisibles|caret|line_highlight
216-
|foreground|background|selection|selection_border|inactive_selection|(?:inactive_)?selection_foreground
216+
|foreground|background|selection|selection_border|selection_foreground
217+
|inactive_selection(?:_foreground)? # *_foreground added in 4050
217218
|highlight|find_highlight|find_highlight_foreground
218219
|stack_guide|active_guide|guide
219220
|misspelling

0 commit comments

Comments
 (0)