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

Multi-line comments not supported

Open sum01 opened this issue 7 years ago • 0 comments

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 how this highlights incorrectly when declared as a cmake codeblock

#[[ this is
my multiline
comment
and it ends after these brackets ]]

Link to syntax: https://cmake.org/cmake/help/latest/manual/cmake-language.7.html#bracket-comment

sum01 avatar Jan 23 '18 22:01 sum01