diff options
author | Paulb23 <p_batty@hotmail.co.uk> | 2021-06-30 11:58:13 +0100 |
---|---|---|
committer | Paulb23 <p_batty@hotmail.co.uk> | 2021-08-01 12:06:33 +0100 |
commit | d1a1ad127e03053a484fa71e1c36590d7e39ed95 (patch) | |
tree | f2b18d39b1bdec6bb044dd085073429875712d23 /doc/classes/TextEdit.xml | |
parent | 12f00535555f8ac94a3da2a561f51357502e7a6d (diff) | |
download | redot-engine-d1a1ad127e03053a484fa71e1c36590d7e39ed95.tar.gz |
Move brace matching into CodeEdit
Diffstat (limited to 'doc/classes/TextEdit.xml')
-rw-r--r-- | doc/classes/TextEdit.xml | 2 |
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)"> |