ryboe / CSS3

The most complete CSS support for Sublime Text
MIT License
189 stars 28 forks source link

Fix semicolon-terminated at layer statements #228

Closed vrugtehagel closed 2 months ago

vrugtehagel commented 2 months ago

This pull request resolves https://github.com/ryboe/CSS3/issues/227.

It introduces proper highlighting for @layer statements (as opposed to rules), for example, @layer foo, bar, baz.qux;.