With nested var() assignment, meaning using custom property as fallback for other custom properties, the nested `var` is not highlighted as it should. Example: ```css * { background: var(--red, var(--blue, green)); } ``` Only the first `var` is highlighted.
With nested var() assignment, meaning using custom property as fallback for other custom properties, the nested
varis not highlighted as it should.Example:
Only the first
varis highlighted.