summaryrefslogtreecommitdiffstats
path: root/scene/resources/syntax_highlighter.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/syntax_highlighter.h')
-rw-r--r--scene/resources/syntax_highlighter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scene/resources/syntax_highlighter.h b/scene/resources/syntax_highlighter.h
index cac2807ee2..02afd9045e 100644
--- a/scene/resources/syntax_highlighter.h
+++ b/scene/resources/syntax_highlighter.h
@@ -93,6 +93,8 @@ private:
Color symbol_color;
Color number_color;
+ bool uint_suffix_enabled = false;
+
protected:
static void _bind_methods();
@@ -139,6 +141,8 @@ public:
void set_member_variable_color(Color p_color);
Color get_member_variable_color() const;
+
+ void set_uint_suffix_enabled(bool p_enabled);
};
#endif // SYNTAX_HIGHLIGHTER_H