Skip to content

Commit 51c2245

Browse files
Merge branch 'add_bracket_pair_colorization' of https://github.com/AdvanceControl/godot into add_bracket_pair_colorization
2 parents 5543257 + ac1b199 commit 51c2245

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/classes/EditorSettings.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,6 +1550,10 @@
15501550
A comma-separated list of case-sensitive words to highlight in comments. The text will be highlighted in the script editor with the [member text_editor/theme/highlighting/comment_markers/warning_color] color. These must not include spaces or symbols or they will not be highlighted.
15511551
[b]Note:[/b] This is only implemented in the GDScript syntax highlighter.
15521552
</member>
1553+
<member name="text_editor/theme/highlighting/gdscript/bracket_pair_colors" type="PackedColorArray" setter="" getter="">
1554+
The list of colors to cycle through for colorizing bracket pairs.
1555+
Leave blank to disable.
1556+
</member>
15531557
<member name="text_editor/theme/highlighting/completion_background_color" type="Color" setter="" getter="">
15541558
The script editor's autocompletion box background color.
15551559
</member>

0 commit comments

Comments
 (0)