https://bugs.kde.org/show_bug.cgi?id=461151
Bug ID: 461151
Summary: CMake highlights correct parenthesis as dsError
Classification: Frameworks and Libraries
Product: frameworks-syntax-highlighting
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: syntax
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
CMake highlights correct parenthesis as dsError
STEPS TO REPRODUCE
Use the following CMakeLists.txt:
if( true AND ( false OR ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") ) )
add_compile_options(-Wall)
endif()
OBSERVED RESULT
The last character in the first line, which is the closing parenthesis of
“if()”, is highlighted as dsError.
EXPECTED RESULT
The last character in the first line, which is the closing parenthesis of
“if()”, is highlighted as a normal parenthesis.
--
You are receiving this mail because:
You are watching all bug changes.