CSS autocompletion now completes @
-keywords.
Allow keyframe blocks to be code-folded.
Explicitly list @lezer/common as a package dependency.
Export defineCSSCompletionSource
, which allows one to define a CSS-style completion source for dialects with their own variable syntax.
Provide better completions when completing directly in a Styles
top node.
CSS completion can now complete variable names.
Fetch the available CSS property names in a way that works on Chrome.
CSS completion now supports a number of additional recent and semi-standardized pseudo-class names.
Update dependencies to 6.0.0
Update dependencies to 0.20.0
Use more appropriate highlighting tags for attribute names, tag names, and CSS variables.
The package now exports a completion source function, rather than a prebuilt completion extension.
Fix incorrect versions for @lezer dependencies.
Update dependencies to 0.19.0
Update dependencies to 0.18.
The package now also exports a CommonJS module.
First numbered release.