mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-20 23:08:34 -05:00
3ecf6bd1b1
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.