Skip to content

Commit b444587

Browse files
committed
Fix color for in keyword
1 parent a64aef6 commit b444587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Brackets Dark.sublime-color-scheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
},
191191
{
192192
"name": "Operator keyword",
193-
"scope": "keyword.operator.word",
193+
"scope": "keyword.operator.word, keyword.operator.iteration.in",
194194
"foreground": "var(operator_keyword)"
195195
},
196196
{

Brackets Light.sublime-color-scheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
},
191191
{
192192
"name": "Operator keyword",
193-
"scope": "keyword.operator.word",
193+
"scope": "keyword.operator.word, keyword.operator.iteration.in",
194194
"foreground": "var(operator_keyword)"
195195
},
196196
{

0 commit comments

Comments
 (0)