diff options
Diffstat (limited to 'queries/cpp')
| -rw-r--r-- | queries/cpp/highlights.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/queries/cpp/highlights.scm b/queries/cpp/highlights.scm index 46ce27bb2..e3139c7be 100644 --- a/queries/cpp/highlights.scm +++ b/queries/cpp/highlights.scm @@ -38,6 +38,8 @@ (#lua-match? @type "^[A-Z]")) ((namespace_identifier) @constant (#lua-match? @constant "^[A-Z][A-Z_0-9]*$")) +(case_statement + value: (qualified_identifier (identifier) @constant)) (namespace_definition name: (identifier) @namespace) |
