From de7cbe87894cc9eaea1f3057fff7fe98f66aad25 Mon Sep 17 00:00:00 2001 From: Danil Alexeev Date: Sun, 5 Feb 2023 12:01:01 +0300 Subject: Highlight doc comments in a different color --- doc/classes/EditorSettings.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes/EditorSettings.xml') diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index 5a0cb9fc5e..00b591b385 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -953,6 +953,9 @@ The script editor's background color for the line the caret is currently on. This should be set to a translucent color so that it can display on top of other line color modifiers such as [member text_editor/theme/highlighting/mark_color]. + + The script editor's documentation comment color. In GDScript, this is used for comments starting with [code]##[/code]. In C#, this is used for comments starting with [code]///[/code] or [code]/**[/code]. + The script editor's engine type color ([Vector2], [Vector3], [Color], ...). -- cgit v1.2.3