mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -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.