@lezer/css
Advanced tools
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).