diff --git a/src/plugins/cmakeprojectmanager/cmakehighlighter.h b/src/plugins/cmakeprojectmanager/cmakehighlighter.h index ff3b6c6db85098f8f73b457223e680497040094a..dce5acf05795c5597f9085e53b86a3cc7aafa353 100644 --- a/src/plugins/cmakeprojectmanager/cmakehighlighter.h +++ b/src/plugins/cmakeprojectmanager/cmakehighlighter.h @@ -37,6 +37,9 @@ namespace CMakeProjectManager { namespace Internal { +/* This is a simple syntax highlighter for CMake files. + * It highlights variables, commands, strings and comments. + * Multi-line strings and variables inside strings are also recognized. */ class CMakeHighlighter : public QSyntaxHighlighter { Q_OBJECT