Skip to content

Commit 1cb28a0

Browse files
committed
Remove highlighting for named arguments in annotations
1 parent 2411403 commit 1cb28a0

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
@@ -262,7 +262,7 @@
262262
},
263263
{
264264
"name": "Function argument",
265-
"scope": "variable.parameter - meta.function-call",
265+
"scope": "variable.parameter - meta.function-call - meta.annotation",
266266
"foreground": "var(orange)"
267267
},
268268
// ActionScript specific rules

Brackets Light.sublime-color-scheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
},
263263
{
264264
"name": "Function argument",
265-
"scope": "variable.parameter - meta.function-call",
265+
"scope": "variable.parameter - meta.function-call - meta.annotation",
266266
"foreground": "var(orange)"
267267
},
268268
// ActionScript specific rules

0 commit comments

Comments
 (0)