forked from qt-creator/qt-creator
CMake: Consider visual whitespaces format in the highlighter.
This commit is contained in:
@@ -129,5 +129,7 @@ void CMakeHighlighter::highlightBlock(const QString &text)
|
||||
} else {
|
||||
setCurrentBlockState(0);
|
||||
}
|
||||
|
||||
applyFormatToSpaces(text, m_formats[CMakeVisualWhiteSpaceFormat]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user