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

Inconsistent Syntax Highlighting for CMakeLists.txt

Open veesa opened this issue 9 years ago • 0 comments

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: https://github.com/wilkpio/test/blob/master/good/CMakeLists.txt
  • not working: https://github.com/wilkpio/test/blob/master/bad/CMakeLists.txt

Thanks, Veesa

veesa avatar Jul 25 '16 09:07 veesa