TextEditor: Add punctuation to nameForStyle

This amends commit 50e5aacb02.

Change-Id: I9ff8dc5757f527f499f6268b7c92b938af4cd0d3
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
Orgad Shaneh
2018-09-21 01:28:48 +03:00
committed by Orgad Shaneh
parent d88a0d8e68
commit 6059d560bc

View File

@@ -64,6 +64,7 @@ const char *nameForStyle(TextStyle style)
case C_PRIMITIVE_TYPE: return "PrimitiveType";
case C_OPERATOR: return "Operator";
case C_OVERLOADED_OPERATOR: return "Overloaded Operator";
case C_PUNCTUATION: return "Punctuation";
case C_PREPROCESSOR: return "Preprocessor";
case C_LABEL: return "Label";
case C_COMMENT: return "Comment";