cmake.tmbundle icon indicating copy to clipboard operation
cmake.tmbundle copied to clipboard

TextMate support for CMake

Results 4 cmake.tmbundle issues
Sort by recently updated
recently updated
newest added

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