@lezer/css
Advanced tools
Changelog
1.1.0 (2022-11-25)
Don't emit an error node when the input is empty. Export a Styles top-level rule for parsing lists of properties
The new Styles
top-level rule can be used to parse semicolon-separated lists of properties.
Changelog
1.0.1 (2022-10-10)
Add support for the is
, where
, host-context
, nth-last-of-type
, and nth-of-type
pseudo classes.
Apply a consistent highlighting tag (definitionKeyword
) to all @ keywords.
Changelog
0.16.0 (2022-04-20)
Move to 0.16 serialized parser format.
The parser now includes syntax highlighting information in its node types.
Changelog
0.15.2 (2021-09-24)
Distinguish between variable names and other names.
Fix the name of nodes for the selector
keyword (which by accident was callee
before).