Skip to content

Commit af860e8

Browse files
Update doc/classes/EditorSettings.xml
Co-authored-by: Micky <[email protected]>
1 parent 9edd912 commit af860e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/classes/EditorSettings.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,9 +1597,7 @@
15971597
The GDScript syntax highlighter text color for annotations (e.g. [code]@export[/code]).
15981598
</member>
15991599
<member name="text_editor/theme/highlighting/gdscript/bracket_pair_colors" type="PackedColorArray" setter="" getter="">
1600-
The list of colors to use for bracket pair colorization.
1601-
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.
1602-
An empty array disables this feature.
1600+
The list of colors to use to color each pair of brackets. 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 repeat from the beginning. An empty array disables this feature.
16031601
</member>
16041602
<member name="text_editor/theme/highlighting/gdscript/function_definition_color" type="Color" setter="" getter="">
16051603
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)