atom / language-css

CSS package for Atom
Other
59 stars 84 forks source link

CSS highlighting fails with @value #160

Closed lleheny0 closed 5 years ago

lleheny0 commented 5 years ago

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.

lleheny0 commented 5 years ago

@octref Thanks for taking a look into this 👍