Skip to content
Snippets Groups Projects
Commit 4d058088 authored by Alex Neundorf's avatar Alex Neundorf Committed by dt
Browse files

-add a comment what the class does


Alex

Merge-request: 2164
Reviewed-by: default avatardt <qtc-committer@nokia.com>
parent 916623b4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment