CMake: Consider visual whitespaces format in the highlighter.

This commit is contained in:
Leandro Melo
2010-11-01 09:30:20 +01:00
parent 36ebe35e25
commit 62f050e445
3 changed files with 5 additions and 1 deletions

View File

@@ -129,5 +129,7 @@ void CMakeHighlighter::highlightBlock(const QString &text)
} else {
setCurrentBlockState(0);
}
applyFormatToSpaces(text, m_formats[CMakeVisualWhiteSpaceFormat]);
}