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