diff options
author | Danil Alexeev <danil@alexeev.xyz> | 2023-02-05 12:01:01 +0300 |
---|---|---|
committer | Danil Alexeev <danil@alexeev.xyz> | 2023-10-08 19:26:10 +0300 |
commit | de7cbe87894cc9eaea1f3057fff7fe98f66aad25 (patch) | |
tree | 93d2c2ffc414e59693197afd65563e2bf5d11bff /doc/classes/EditorSettings.xml | |
parent | 6916349697a4339216469e9bf5899b983d78db07 (diff) | |
download | redot-engine-de7cbe87894cc9eaea1f3057fff7fe98f66aad25.tar.gz |
Highlight doc comments in a different color
Diffstat (limited to 'doc/classes/EditorSettings.xml')
-rw-r--r-- | doc/classes/EditorSettings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ <member name="text_editor/theme/highlighting/current_line_color" type="Color" setter="" getter=""> 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]. </member> + <member name="text_editor/theme/highlighting/doc_comment_color" type="Color" setter="" getter=""> + 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]. + </member> <member name="text_editor/theme/highlighting/engine_type_color" type="Color" setter="" getter=""> The script editor's engine type color ([Vector2], [Vector3], [Color], ...). </member> |