ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
Loading...
Searching...
No Matches
CppSyntaxHighlighter.h File Reference

Lightweight C/C++ syntax highlighter for SourceCodeView. More...

#include <QRegularExpression>
#include <QSet>
#include <QSyntaxHighlighter>
#include <QTextCharFormat>
#include <vector>
Include dependency graph for CppSyntaxHighlighter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  acav::CppSyntaxHighlighter
 Syntax highlighter with four categories: comments, strings/chars, keywords/types, and functions. More...

Detailed Description

Lightweight C/C++ syntax highlighter for SourceCodeView.

Definition in file CppSyntaxHighlighter.h.