atom / language-css

CSS package for Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS highlighting fails with @value

lleheny0 opened this issue · comments

Prerequisites

Description

CSS syntax highlighting breaks when dealing with @value.

Steps to Reproduce

  1. Open any CSS file with @value at the top of it.

Expected behavior: [What you expect to happen]
image

Actual behavior: [What actually happens]
image

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

Versions

1.37.0

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.

@octref Thanks for taking a look into this 👍