Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

some scss properties aren't highlighted correctly #290

@alexr00

Description

@alexr00

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. Open an scss file that has a class name with the font property used.
  2. Swap between scss and css highlighting in the bottom right
body {
	margin: initial;
	font: 400 1em/1 'Inter', sans-serif;
	background: rgb(var(--dark-600, 255, 0.0));
}

Expected behavior: font gets a different scope from the other properties image

Actual behavior: The SCSS looks like:
image

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Originally from @whaaaley in microsoft/vscode#144101

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions