mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-07-27 09:30:59 +00:00
Doc-blocks that mention `var(--name)` in prose (e.g. the z-index scale comment in style.css) were producing false positives. Strip comment spans before regex matching, replacing them with whitespace so line numbers stay stable for any genuine offender that follows. Refs #1128