Skip to content

Commit 9577827

Browse files
Update EditorSettings.xml
1 parent 57a9cb7 commit 9577827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/EditorSettings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,7 @@
15961596
<member name="text_editor/theme/highlighting/gdscript/bracket_pair_colors" type="PackedColorArray" setter="" getter="">
15971597
The list of colors to use for bracket pair colorization.
15981598
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.
1599+
An empty array disables this feature.
16001600
</member>
16011601
<member name="text_editor/theme/highlighting/gdscript/function_definition_color" type="Color" setter="" getter="">
16021602
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)