summaryrefslogtreecommitdiffstats
path: root/doc/classes/TextEdit.xml
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2021-06-30 11:58:13 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2021-08-01 12:06:33 +0100
commitd1a1ad127e03053a484fa71e1c36590d7e39ed95 (patch)
treef2b18d39b1bdec6bb044dd085073429875712d23 /doc/classes/TextEdit.xml
parent12f00535555f8ac94a3da2a561f51357502e7a6d (diff)
downloadredot-engine-d1a1ad127e03053a484fa71e1c36590d7e39ed95.tar.gz
Move brace matching into CodeEdit
Diffstat (limited to 'doc/classes/TextEdit.xml')
-rw-r--r--doc/classes/TextEdit.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index cc5c36bbd3..0b0d3d14a3 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -798,8 +798,6 @@
<theme_item name="background_color" type="Color" default="Color(0, 0, 0, 0)">
Sets the background [Color] of this [TextEdit].
</theme_item>
- <theme_item name="brace_mismatch_color" type="Color" default="Color(1, 0.2, 0.2, 1)">
- </theme_item>
<theme_item name="caret_background_color" type="Color" default="Color(0, 0, 0, 1)">
</theme_item>
<theme_item name="caret_color" type="Color" default="Color(0.88, 0.88, 0.88, 1)">