Lucas Weng
Lucas Weng
> Unfortunately, a commit in `main` causes a failure on the format check. Indeed, ` ./crates/rome_js_analyze/src/semantic_analyzers/nursery/use_exhaustive_dependencies.rs` was not formatted with _rustfmt_. Fixed in https://github.com/rome/tools/pull/3840
Hi @devongovett, Do you think we need to validate the [allowable properties](https://developer.mozilla.org/en-US/docs/Web/CSS/::highlight#allowable_properties) for `::highlight()`, perhaps by implementing another declaration parser that integrates with the current one, or is basic support...