aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index 19a853121..6985e3f03 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -179,6 +179,7 @@ public:
int marginNumberPadding; // the right-side padding of the number margin
int ctrlCharPadding; // the padding around control character text blobs
int lastSegItalicsOffset; // the offset so as not to clip italic characters at EOLs
+ int autocStyle;
using ElementMap = std::map<Scintilla::Element, ColourOptional>;
ElementMap elementColours;