mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-05 14:18:35 -06:00
With `lexical-binding: t`, the `end` variable is undefined in `cmake--syntax-propertize-until-bracket-close`, causing syntax highlighting errors. This fixes that by passing `end` from the caller.