fix: Fixed same color for parameters and numerics

This commit is contained in:
Mattia Astorino 2018-10-25 12:58:53 +02:00
parent b7bc1ad929
commit 91c0430ed7
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2

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