cmake.tmbundle
cmake.tmbundle copied to clipboard
TextMate support for CMake
Since v3 of Cmake, it's had multi-line comments which look like ``` #[[ this is my multiline comment and it ends after these brackets ]] ``` ## Problem Description See...
The syntax highlighting for `CMakeLists.txt` does not display correctly if one of the following valid cmake lines are included in the file: ``` #-------------------------------------------------- ################################################### ``` See examples: - working:...
Instead of aborting, we report errors via a tool tip.
Add support for [bracket comment](https://cmake.org/cmake/help/latest/manual/cmake-language.7.html#bracket-comment) `#[[ .... ]]` introduced with CMake 3. Closes #6