fix: Fixed same color for parameters and numerics
This commit is contained in:
parent
fbf4e1c2a3
commit
bc204bcc29
1 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,6 @@
|
|||
"support.constant",
|
||||
"constant.character",
|
||||
"constant.escape",
|
||||
"variable.parameter",
|
||||
"keyword.other.unit",
|
||||
"keyword.other"
|
||||
],
|
||||
|
@ -187,7 +186,8 @@
|
|||
{
|
||||
"name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
|
||||
"scope": [
|
||||
"variable.parameter.function.language.special"
|
||||
"variable.parameter.function.language.special",
|
||||
"variable.parameter"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "{{variant.scheme.base.red}}"
|
||||
|
|
Loading…
Reference in a new issue