1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Highlight doc comments in a different color

This commit is contained in:
Danil Alexeev
2023-02-05 12:01:01 +03:00
parent 6916349697
commit de7cbe8789
17 changed files with 86 additions and 6 deletions

View File

@@ -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;