Skip to content

Commit 4e3d202

Browse files
Update description
1 parent 714ea33 commit 4e3d202

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/classes/EditorSettings.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,8 +1594,9 @@
15941594
The GDScript syntax highlighter text color for annotations (e.g. [code]@export[/code]).
15951595
</member>
15961596
<member name="text_editor/theme/highlighting/gdscript/bracket_pair_colors" type="PackedColorArray" setter="" getter="">
1597-
The list of colors to cycle through for colorizing bracket pairs.
1598-
Leave blank to disable.
1597+
The list of colors to use for bracket pair colorization.
1598+
The color for a bracket pair is determined by its nesting level. The first color in the array is used for the outermost level, the second for the first nested level, and so on. If the nesting level exceeds the number of colors in the array, the colors will cycle through from the beginning.
1599+
An empty array disables this feature.
15991600
</member>
16001601
<member name="text_editor/theme/highlighting/gdscript/function_definition_color" type="Color" setter="" getter="">
16011602
The GDScript syntax highlighter text color for function definitions (e.g. the [code]_ready[/code] in [code]func _ready():[/code]).

0 commit comments

Comments
 (0)