diff options
Diffstat (limited to 'editor/code_editor.h')
-rw-r--r-- | editor/code_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/code_editor.h b/editor/code_editor.h index c18154a1ef..43173bd475 100644 --- a/editor/code_editor.h +++ b/editor/code_editor.h @@ -188,6 +188,7 @@ class CodeTextEditor : public VBoxContainer { Color completion_font_color; Color completion_string_color; Color completion_comment_color; + Color completion_doc_comment_color; CodeTextEditorCodeCompleteFunc code_complete_func; void *code_complete_ud = nullptr; |