fix: Fixed same color for parameters and numerics

This commit is contained in:
Mattia Astorino 2018-10-25 12:58:53 +02:00
parent fbf4e1c2a3
commit bc204bcc29

View file

@ -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}}"