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