mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -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.