Skip to content

Commit

Permalink
make sizing units the same color as number in css
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Dec 26, 2018
1 parent 66c9d7f commit ef8a068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntax-highlighting-rules/css.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
}
},
{
"name": "color values",
"name": "CSS: color values and sizing units",
"scope": [
"constant.other.color.rgb-value",
"constant.other.rgb-value",
"support.constant.color",
"keyword.other.unit.px" // the 'px' after a number
"keyword.other.unit"
],
"settings": {
"foreground": "number"
Expand Down

0 comments on commit ef8a068

Please sign in to comment.