# C/C++ code color configuration

# Type qualifiers
\s*(static|const|final)\s=>color197_bold

# Compiler directives
^\s*#\w+=>color197

# Function name
\s*([\w_]+)\s*\(=>color075


# Control statements
\s+(if|else|for|while|switch)\s*[\(|\{]=>color197_bold
(case|default|break)=>color098

# Strings
["'].*["']=>color070

# Fundamental types
[\s|\t|\(]*(bool|size_t|void|int|char|double|float|struct|typedef)[\*]*\s=>color197_bold
[\s|\t|\(]+(unsigned|int32_t|int16_t|int8_t)\s=>color197_bold
